Uses of Interface
com.erudika.para.core.persistence.DAO
Package
Description
The persistence module - handles data store communications and object persistence.
The search module - manages indexing operations and enables search.
Utility classes.
-
Uses of DAO in com.erudika.para.core.persistence
-
Uses of DAO in com.erudika.para.core.search
Modifier and TypeMethodDescriptionboolean
MockSearch.rebuildIndex
(DAO dao, App app, Pager... pager) boolean
MockSearch.rebuildIndex
(DAO dao, App app, String destinationIndex, Pager... pager) boolean
Search.rebuildIndex
(DAO dao, App app, Pager... pager) Reads all objects from the database and indexes them into a new index.boolean
Search.rebuildIndex
(DAO dao, App app, String destinationIndex, Pager... pager) Reads all objects from the database and indexes them into a new index. -
Uses of DAO in com.erudika.para.core.utils