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 TypeMethodDescriptionbooleanMockSearch.rebuildIndex(DAO dao, App app, Pager... pager) booleanMockSearch.rebuildIndex(DAO dao, App app, String destinationIndex, Pager... pager) booleanSearch.rebuildIndex(DAO dao, App app, Pager... pager) Reads all objects from the database and indexes them into a new index.booleanSearch.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 DAOCoreUtils.getDao()Returns the DAO object.static DAOPara.getDAO()Returns an instance of the core persistence class.Methods in com.erudika.para.core.utils with parameters of type DAO