Uses of Interface
com.erudika.para.core.persistence.DAO
Packages that use 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
Classes in com.erudika.para.core.persistence that implement DAO -
Uses of DAO in com.erudika.para.core.search
Methods in com.erudika.para.core.search with parameters of type DAOModifier 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
Methods in com.erudika.para.core.utils that return DAOModifier and TypeMethodDescriptionabstract DAO
CoreUtils.getDao()
Returns the DAO object.static DAO
Para.getDAO()
Methods in com.erudika.para.core.utils with parameters of type DAO