Uses of Class
com.soffid.iam.model.LuceneIndexEntity
-
Packages that use LuceneIndexEntity Package Description com.soffid.iam.model -
-
Uses of LuceneIndexEntity in com.soffid.iam.model
Subclasses of LuceneIndexEntity in com.soffid.iam.model Modifier and Type Class Description class
LuceneIndexEntityImpl
Entity LuceneIndexEntity implementationMethods in com.soffid.iam.model that return LuceneIndexEntity Modifier and Type Method Description LuceneIndexEntity
LuceneIndexEntityDao. findByName(CriteriaSearchConfiguration criteria, String name)
CriteriaSearchConfiguration finderLuceneIndexEntity
LuceneIndexEntityDao. findByName(String name)
Operation findByNameLuceneIndexEntity
LuceneIndexEntityDaoBase. findByName(CriteriaSearchConfiguration criteria, String name)
CriteriaSearchConfiguration implementationLuceneIndexEntity
LuceneIndexEntityDaoBase. findByName(String name)
Operation findByNameLuceneIndexEntity
LuceneIndexEntityDaoBase. findByName(String queryString, CriteriaSearchConfiguration criteria, String name)
Internal implementationLuceneIndexEntity
LuceneIndexEntityDaoImpl. findByName(String name)
LuceneIndexEntity
LuceneIndexPartEntity. getIndex()
Gets value for attribute indexLuceneIndexEntity
LuceneIndexEntityDao. load(Long id)
Loads an instance ofLuceneIndexEntity
from the persistent store.LuceneIndexEntity
LuceneIndexEntityDaoBase. load(Long id)
Loads an instance ofLuceneIndexEntity
from the persistent store.LuceneIndexEntity
LuceneIndexEntityDao. newLuceneIndexEntity()
Creates an instance ofLuceneIndexEntity
.LuceneIndexEntity
LuceneIndexEntityDaoBase. newLuceneIndexEntity()
Creates an instance ofLuceneIndexEntity
.Methods in com.soffid.iam.model that return types with arguments of type LuceneIndexEntity Modifier and Type Method Description List<LuceneIndexEntity>
LuceneIndexEntityDao. loadAll()
Loads all instances ofLuceneIndexEntity
from the persistent store.List<LuceneIndexEntity>
LuceneIndexEntityDaoBase. loadAll()
Loads all instances ofLuceneIndexEntity
from the persistent store.List<LuceneIndexEntity>
LuceneIndexEntityDao. query(String query, Parameter[] parameters)
Query ofLuceneIndexEntity
from the persistent store.List<LuceneIndexEntity>
LuceneIndexEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofLuceneIndexEntity
from the persistent store.List<LuceneIndexEntity>
LuceneIndexEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofLuceneIndexEntity
from the persistent store.List<LuceneIndexEntity>
LuceneIndexEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofLuceneIndexEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type LuceneIndexEntity Modifier and Type Method Description void
LuceneIndexEntityDao. create(LuceneIndexEntity entity)
Adds an instance ofLuceneIndexEntity
to the persistent store.void
LuceneIndexEntityDaoBase. create(LuceneIndexEntity entity)
Adds an instance ofLuceneIndexEntity
to the persistent store.protected abstract void
LuceneIndexEntityDaoBase. handleLock(LuceneIndexEntity entity)
protected void
LuceneIndexEntityDaoImpl. handleLock(LuceneIndexEntity entity)
protected abstract void
LuceneIndexEntityDaoBase. handleRefresh(LuceneIndexEntity entity)
protected void
LuceneIndexEntityDaoImpl. handleRefresh(LuceneIndexEntity entity)
void
LuceneIndexEntityDao. lock(LuceneIndexEntity entity)
Operation lockvoid
LuceneIndexEntityDaoBase. lock(LuceneIndexEntity entity)
void
LuceneIndexEntityDao. refresh(LuceneIndexEntity entity)
Operation refreshvoid
LuceneIndexEntityDaoBase. refresh(LuceneIndexEntity entity)
void
LuceneIndexEntityDao. remove(LuceneIndexEntity entity)
Removes an instance ofLuceneIndexEntity
from the persistent store.void
LuceneIndexEntityDaoBase. remove(LuceneIndexEntity entity)
Removes an instance ofLuceneIndexEntity
from the persistent store.void
LuceneIndexPartEntity. setIndex(LuceneIndexEntity index)
Sets value for attribute indexvoid
LuceneIndexEntityDao. update(LuceneIndexEntity entity)
Updates an instance ofLuceneIndexEntity
at the persistent store.void
LuceneIndexEntityDaoBase. update(LuceneIndexEntity entity)
Updates an instance ofLuceneIndexEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type LuceneIndexEntity Modifier and Type Method Description void
LuceneIndexEntityDao. create(Collection<? extends LuceneIndexEntity> entities)
Creates a collection ofLuceneIndexEntity
and adds it to the persistent store.void
LuceneIndexEntityDaoBase. create(Collection<? extends LuceneIndexEntity> entities)
Creates a collection ofLuceneIndexEntity
and adds it to the persistent store.void
LuceneIndexEntityDao. remove(Collection<? extends LuceneIndexEntity> entities)
Removes a collection ofLuceneIndexEntity
from the persistent store.void
LuceneIndexEntityDaoBase. remove(Collection<? extends LuceneIndexEntity> entities)
Removes a collection ofLuceneIndexEntity
from the persistent store.void
LuceneIndexEntityDao. update(Collection<? extends LuceneIndexEntity> entities)
Updates a collection ofLuceneIndexEntity
in the persistent store.void
LuceneIndexEntityDaoBase. update(Collection<? extends LuceneIndexEntity> entities)
Updates a collection ofLuceneIndexEntity
in the persistent store.
-