Uses of Interface
com.erudika.para.core.persistence.DAO
-
Packages that use DAO Package Description com.erudika.para.core.persistence The persistence module - handles data store communications and object persistence.com.erudika.para.core.search The search module - manages indexing operations and enables search.com.erudika.para.core.utils Utility classes. -
-
Uses of DAO in com.erudika.para.core.persistence
Classes in com.erudika.para.core.persistence that implement DAO Modifier and Type Class Description classMockDAOFake DAO for in-memory persistence. -
Uses of DAO in com.erudika.para.core.search
Methods in com.erudika.para.core.search with parameters of type DAO Modifier and Type Method Description booleanMockSearch. 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 DAO Modifier and Type Method Description abstract DAOCoreUtils. getDao()Returns the DAO object.static DAOPara. getDAO()Methods in com.erudika.para.core.utils with parameters of type DAO Modifier and Type Method Description abstract voidCoreUtils. setDao(DAO dao)Sets the DAO object.
-