Uses of Class
com.soffid.iam.model.HostEntryPointEntity
-
Packages that use HostEntryPointEntity Package Description com.soffid.iam.model -
-
Uses of HostEntryPointEntity in com.soffid.iam.model
Subclasses of HostEntryPointEntity in com.soffid.iam.model Modifier and Type Class Description class
HostEntryPointEntityImpl
Entity HostEntryPointEntity implementationMethods in com.soffid.iam.model that return HostEntryPointEntity Modifier and Type Method Description HostEntryPointEntity
HostEntryPointEntityDao. load(Long id)
Loads an instance ofHostEntryPointEntity
from the persistent store.HostEntryPointEntity
HostEntryPointEntityDaoBase. load(Long id)
Loads an instance ofHostEntryPointEntity
from the persistent store.HostEntryPointEntity
HostEntryPointEntityDao. newHostEntryPointEntity()
Creates an instance ofHostEntryPointEntity
.HostEntryPointEntity
HostEntryPointEntityDaoBase. newHostEntryPointEntity()
Creates an instance ofHostEntryPointEntity
.Methods in com.soffid.iam.model that return types with arguments of type HostEntryPointEntity Modifier and Type Method Description Collection<HostEntryPointEntity>
HostEntity. getEntryPoints()
Gets value for attribute entryPointsCollection<HostEntryPointEntity>
EntryPointEntity. getHosts()
Gets value for attribute hostsList<HostEntryPointEntity>
HostEntryPointEntityDao. loadAll()
Loads all instances ofHostEntryPointEntity
from the persistent store.List<HostEntryPointEntity>
HostEntryPointEntityDaoBase. loadAll()
Loads all instances ofHostEntryPointEntity
from the persistent store.List<HostEntryPointEntity>
HostEntryPointEntityDao. query(String query, Parameter[] parameters)
Query ofHostEntryPointEntity
from the persistent store.List<HostEntryPointEntity>
HostEntryPointEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofHostEntryPointEntity
from the persistent store.List<HostEntryPointEntity>
HostEntryPointEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofHostEntryPointEntity
from the persistent store.List<HostEntryPointEntity>
HostEntryPointEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofHostEntryPointEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type HostEntryPointEntity Modifier and Type Method Description void
HostEntryPointEntityDao. create(HostEntryPointEntity entity)
Adds an instance ofHostEntryPointEntity
to the persistent store.void
HostEntryPointEntityDaoBase. create(HostEntryPointEntity entity)
Adds an instance ofHostEntryPointEntity
to the persistent store.void
HostEntryPointEntityDao. remove(HostEntryPointEntity entity)
Removes an instance ofHostEntryPointEntity
from the persistent store.void
HostEntryPointEntityDaoBase. remove(HostEntryPointEntity entity)
Removes an instance ofHostEntryPointEntity
from the persistent store.void
HostEntryPointEntityDao. update(HostEntryPointEntity entity)
Updates an instance ofHostEntryPointEntity
at the persistent store.void
HostEntryPointEntityDaoBase. update(HostEntryPointEntity entity)
Updates an instance ofHostEntryPointEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type HostEntryPointEntity Modifier and Type Method Description void
HostEntryPointEntityDao. create(Collection<? extends HostEntryPointEntity> entities)
Creates a collection ofHostEntryPointEntity
and adds it to the persistent store.void
HostEntryPointEntityDaoBase. create(Collection<? extends HostEntryPointEntity> entities)
Creates a collection ofHostEntryPointEntity
and adds it to the persistent store.void
HostEntryPointEntityDao. remove(Collection<? extends HostEntryPointEntity> entities)
Removes a collection ofHostEntryPointEntity
from the persistent store.void
HostEntryPointEntityDaoBase. remove(Collection<? extends HostEntryPointEntity> entities)
Removes a collection ofHostEntryPointEntity
from the persistent store.void
HostEntity. setEntryPoints(Collection<HostEntryPointEntity> entryPoints)
Sets value for attribute entryPointsvoid
EntryPointEntity. setHosts(Collection<HostEntryPointEntity> hosts)
Sets value for attribute hostsvoid
HostEntryPointEntityDao. update(Collection<? extends HostEntryPointEntity> entities)
Updates a collection ofHostEntryPointEntity
in the persistent store.void
HostEntryPointEntityDaoBase. update(Collection<? extends HostEntryPointEntity> entities)
Updates a collection ofHostEntryPointEntity
in the persistent store.
-