Uses of Class
com.soffid.iam.model.HostAttributeEntity
-
Packages that use HostAttributeEntity Package Description com.soffid.iam.model -
-
Uses of HostAttributeEntity in com.soffid.iam.model
Subclasses of HostAttributeEntity in com.soffid.iam.model Modifier and Type Class Description class
HostAttributeEntityImpl
Entity GroupAttributeEntity implementationMethods in com.soffid.iam.model that return HostAttributeEntity Modifier and Type Method Description HostAttributeEntity
HostAttributeEntityDao. load(Long id)
Loads an instance ofHostAttributeEntity
from the persistent store.HostAttributeEntity
HostAttributeEntityDaoBase. load(Long id)
Loads an instance ofHostAttributeEntity
from the persistent store.HostAttributeEntity
HostAttributeEntityDao. newHostAttributeEntity()
Creates an instance ofHostAttributeEntity
.HostAttributeEntity
HostAttributeEntityDaoBase. newHostAttributeEntity()
Creates an instance ofHostAttributeEntity
.Methods in com.soffid.iam.model that return types with arguments of type HostAttributeEntity Modifier and Type Method Description List<HostAttributeEntity>
HostAttributeEntityDao. findByNameAndValue(CriteriaSearchConfiguration criteria, String name, String value)
CriteriaSearchConfiguration finderList<HostAttributeEntity>
HostAttributeEntityDao. findByNameAndValue(String name, String value)
Operation findByNameAndValueList<HostAttributeEntity>
HostAttributeEntityDaoBase. findByNameAndValue(CriteriaSearchConfiguration criteria, String name, String value)
CriteriaSearchConfiguration implementationList<HostAttributeEntity>
HostAttributeEntityDaoBase. findByNameAndValue(String queryString, CriteriaSearchConfiguration criteria, String name, String value)
Internal implementationList<HostAttributeEntity>
HostAttributeEntityDaoBase. findByNameAndValue(String name, String value)
Operation findByNameAndValueCollection<HostAttributeEntity>
HostEntity. getAttributes()
Gets value for attribute attributesList<HostAttributeEntity>
HostAttributeEntityDao. loadAll()
Loads all instances ofHostAttributeEntity
from the persistent store.List<HostAttributeEntity>
HostAttributeEntityDaoBase. loadAll()
Loads all instances ofHostAttributeEntity
from the persistent store.List<HostAttributeEntity>
HostAttributeEntityDao. query(String query, Parameter[] parameters)
Query ofHostAttributeEntity
from the persistent store.List<HostAttributeEntity>
HostAttributeEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofHostAttributeEntity
from the persistent store.List<HostAttributeEntity>
HostAttributeEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofHostAttributeEntity
from the persistent store.List<HostAttributeEntity>
HostAttributeEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofHostAttributeEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type HostAttributeEntity Modifier and Type Method Description void
HostAttributeEntityDao. create(HostAttributeEntity entity)
Adds an instance ofHostAttributeEntity
to the persistent store.void
HostAttributeEntityDaoBase. create(HostAttributeEntity entity)
Adds an instance ofHostAttributeEntity
to the persistent store.void
HostAttributeEntityDaoImpl. create(HostAttributeEntity entity)
void
HostAttributeEntityDao. remove(HostAttributeEntity entity)
Removes an instance ofHostAttributeEntity
from the persistent store.void
HostAttributeEntityDaoBase. remove(HostAttributeEntity entity)
Removes an instance ofHostAttributeEntity
from the persistent store.void
HostAttributeEntityDaoImpl. remove(HostAttributeEntity entity)
void
HostAttributeEntityDao. update(HostAttributeEntity entity)
Updates an instance ofHostAttributeEntity
at the persistent store.void
HostAttributeEntityDaoBase. update(HostAttributeEntity entity)
Updates an instance ofHostAttributeEntity
at the persistent store.void
HostAttributeEntityDaoImpl. update(HostAttributeEntity entity)
Method parameters in com.soffid.iam.model with type arguments of type HostAttributeEntity Modifier and Type Method Description void
HostAttributeEntityDao. create(Collection<? extends HostAttributeEntity> entities)
Creates a collection ofHostAttributeEntity
and adds it to the persistent store.void
HostAttributeEntityDaoBase. create(Collection<? extends HostAttributeEntity> entities)
Creates a collection ofHostAttributeEntity
and adds it to the persistent store.void
HostAttributeEntityDao. remove(Collection<? extends HostAttributeEntity> entities)
Removes a collection ofHostAttributeEntity
from the persistent store.void
HostAttributeEntityDaoBase. remove(Collection<? extends HostAttributeEntity> entities)
Removes a collection ofHostAttributeEntity
from the persistent store.void
HostEntity. setAttributes(Collection<HostAttributeEntity> attributes)
Sets value for attribute attributesvoid
HostAttributeEntityDao. update(Collection<? extends HostAttributeEntity> entities)
Updates a collection ofHostAttributeEntity
in the persistent store.void
HostAttributeEntityDaoBase. update(Collection<? extends HostAttributeEntity> entities)
Updates a collection ofHostAttributeEntity
in the persistent store.
-