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 classLuceneIndexPartEntityImplEntity LuceneIndexPartEntity implementationMethods in com.soffid.iam.model that return LuceneIndexPartEntity Modifier and Type Method Description LuceneIndexPartEntityLuceneIndexPartEntityDao. load(Long id)Loads an instance ofLuceneIndexPartEntityfrom the persistent store.LuceneIndexPartEntityLuceneIndexPartEntityDaoBase. load(Long id)Loads an instance ofLuceneIndexPartEntityfrom the persistent store.LuceneIndexPartEntityLuceneIndexPartEntityDao. newLuceneIndexPartEntity()Creates an instance ofLuceneIndexPartEntity.LuceneIndexPartEntityLuceneIndexPartEntityDaoBase. 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 ofLuceneIndexPartEntityfrom the persistent store.List<LuceneIndexPartEntity>LuceneIndexPartEntityDaoBase. loadAll()Loads all instances ofLuceneIndexPartEntityfrom the persistent store.List<LuceneIndexPartEntity>LuceneIndexPartEntityDao. query(String query, Parameter[] parameters)Query ofLuceneIndexPartEntityfrom the persistent store.List<LuceneIndexPartEntity>LuceneIndexPartEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofLuceneIndexPartEntityfrom the persistent store.List<LuceneIndexPartEntity>LuceneIndexPartEntityDaoBase. query(String queryString, Parameter[] parameters)Query ofLuceneIndexPartEntityfrom the persistent store.List<LuceneIndexPartEntity>LuceneIndexPartEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofLuceneIndexPartEntityfrom the persistent store.Methods in com.soffid.iam.model with parameters of type LuceneIndexPartEntity Modifier and Type Method Description voidLuceneIndexPartEntityDao. create(LuceneIndexPartEntity entity)Adds an instance ofLuceneIndexPartEntityto the persistent store.voidLuceneIndexPartEntityDaoBase. create(LuceneIndexPartEntity entity)Adds an instance ofLuceneIndexPartEntityto the persistent store.voidLuceneIndexPartEntityDao. remove(LuceneIndexPartEntity entity)Removes an instance ofLuceneIndexPartEntityfrom the persistent store.voidLuceneIndexPartEntityDaoBase. remove(LuceneIndexPartEntity entity)Removes an instance ofLuceneIndexPartEntityfrom the persistent store.voidLuceneIndexPartEntityDao. update(LuceneIndexPartEntity entity)Updates an instance ofLuceneIndexPartEntityat the persistent store.voidLuceneIndexPartEntityDaoBase. update(LuceneIndexPartEntity entity)Updates an instance ofLuceneIndexPartEntityat the persistent store.Method parameters in com.soffid.iam.model with type arguments of type LuceneIndexPartEntity Modifier and Type Method Description voidLuceneIndexPartEntityDao. create(Collection<? extends LuceneIndexPartEntity> entities)Creates a collection ofLuceneIndexPartEntityand adds it to the persistent store.voidLuceneIndexPartEntityDaoBase. create(Collection<? extends LuceneIndexPartEntity> entities)Creates a collection ofLuceneIndexPartEntityand adds it to the persistent store.voidLuceneIndexPartEntityDao. remove(Collection<? extends LuceneIndexPartEntity> entities)Removes a collection ofLuceneIndexPartEntityfrom the persistent store.voidLuceneIndexPartEntityDaoBase. remove(Collection<? extends LuceneIndexPartEntity> entities)Removes a collection ofLuceneIndexPartEntityfrom the persistent store.voidLuceneIndexEntity. setParts(Collection<LuceneIndexPartEntity> parts)Sets value for attribute partsvoidLuceneIndexPartEntityDao. update(Collection<? extends LuceneIndexPartEntity> entities)Updates a collection ofLuceneIndexPartEntityin the persistent store.voidLuceneIndexPartEntityDaoBase. update(Collection<? extends LuceneIndexPartEntity> entities)Updates a collection ofLuceneIndexPartEntityin the persistent store.
-