Uses of Class
com.soffid.iam.model.LuceneIndexPartEntity
-
Packages that use LuceneIndexPartEntity Package Description com.soffid.iam.model -
-
Uses of LuceneIndexPartEntity in com.soffid.iam.model
Subclasses of LuceneIndexPartEntity in com.soffid.iam.model Modifier and Type Class Description class
LuceneIndexPartEntityImpl
Entity LuceneIndexPartEntity implementationMethods in com.soffid.iam.model that return LuceneIndexPartEntity Modifier and Type Method Description LuceneIndexPartEntity
LuceneIndexPartEntityDao. load(Long id)
Loads an instance ofLuceneIndexPartEntity
from the persistent store.LuceneIndexPartEntity
LuceneIndexPartEntityDaoBase. load(Long id)
Loads an instance ofLuceneIndexPartEntity
from the persistent store.LuceneIndexPartEntity
LuceneIndexPartEntityDao. newLuceneIndexPartEntity()
Creates an instance ofLuceneIndexPartEntity
.LuceneIndexPartEntity
LuceneIndexPartEntityDaoBase. newLuceneIndexPartEntity()
Creates an instance ofLuceneIndexPartEntity
.Methods in com.soffid.iam.model that return types with arguments of type LuceneIndexPartEntity Modifier and Type Method Description Collection<LuceneIndexPartEntity>
LuceneIndexPartEntityDao. findByIndex(CriteriaSearchConfiguration criteria, Long index)
CriteriaSearchConfiguration finderCollection<LuceneIndexPartEntity>
LuceneIndexPartEntityDao. findByIndex(Long index)
Operation findByIndexCollection<LuceneIndexPartEntity>
LuceneIndexPartEntityDaoBase. findByIndex(CriteriaSearchConfiguration criteria, Long index)
CriteriaSearchConfiguration implementationCollection<LuceneIndexPartEntity>
LuceneIndexPartEntityDaoBase. findByIndex(Long index)
Operation findByIndexCollection<LuceneIndexPartEntity>
LuceneIndexPartEntityDaoBase. findByIndex(String queryString, CriteriaSearchConfiguration criteria, Long index)
Internal implementationCollection<LuceneIndexPartEntity>
LuceneIndexEntity. getParts()
Gets value for attribute partsList<LuceneIndexPartEntity>
LuceneIndexPartEntityDao. loadAll()
Loads all instances ofLuceneIndexPartEntity
from the persistent store.List<LuceneIndexPartEntity>
LuceneIndexPartEntityDaoBase. loadAll()
Loads all instances ofLuceneIndexPartEntity
from the persistent store.List<LuceneIndexPartEntity>
LuceneIndexPartEntityDao. query(String query, Parameter[] parameters)
Query ofLuceneIndexPartEntity
from the persistent store.List<LuceneIndexPartEntity>
LuceneIndexPartEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofLuceneIndexPartEntity
from the persistent store.List<LuceneIndexPartEntity>
LuceneIndexPartEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofLuceneIndexPartEntity
from the persistent store.List<LuceneIndexPartEntity>
LuceneIndexPartEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofLuceneIndexPartEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type LuceneIndexPartEntity Modifier and Type Method Description void
LuceneIndexPartEntityDao. create(LuceneIndexPartEntity entity)
Adds an instance ofLuceneIndexPartEntity
to the persistent store.void
LuceneIndexPartEntityDaoBase. create(LuceneIndexPartEntity entity)
Adds an instance ofLuceneIndexPartEntity
to the persistent store.void
LuceneIndexPartEntityDao. remove(LuceneIndexPartEntity entity)
Removes an instance ofLuceneIndexPartEntity
from the persistent store.void
LuceneIndexPartEntityDaoBase. remove(LuceneIndexPartEntity entity)
Removes an instance ofLuceneIndexPartEntity
from the persistent store.void
LuceneIndexPartEntityDao. update(LuceneIndexPartEntity entity)
Updates an instance ofLuceneIndexPartEntity
at the persistent store.void
LuceneIndexPartEntityDaoBase. update(LuceneIndexPartEntity entity)
Updates an instance ofLuceneIndexPartEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type LuceneIndexPartEntity Modifier and Type Method Description void
LuceneIndexPartEntityDao. create(Collection<? extends LuceneIndexPartEntity> entities)
Creates a collection ofLuceneIndexPartEntity
and adds it to the persistent store.void
LuceneIndexPartEntityDaoBase. create(Collection<? extends LuceneIndexPartEntity> entities)
Creates a collection ofLuceneIndexPartEntity
and adds it to the persistent store.void
LuceneIndexPartEntityDao. remove(Collection<? extends LuceneIndexPartEntity> entities)
Removes a collection ofLuceneIndexPartEntity
from the persistent store.void
LuceneIndexPartEntityDaoBase. remove(Collection<? extends LuceneIndexPartEntity> entities)
Removes a collection ofLuceneIndexPartEntity
from the persistent store.void
LuceneIndexEntity. setParts(Collection<LuceneIndexPartEntity> parts)
Sets value for attribute partsvoid
LuceneIndexPartEntityDao. update(Collection<? extends LuceneIndexPartEntity> entities)
Updates a collection ofLuceneIndexPartEntity
in the persistent store.void
LuceneIndexPartEntityDaoBase. update(Collection<? extends LuceneIndexPartEntity> entities)
Updates a collection ofLuceneIndexPartEntity
in the persistent store.
-