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 classHostEntryPointEntityImplEntity HostEntryPointEntity implementationMethods in com.soffid.iam.model that return HostEntryPointEntity Modifier and Type Method Description HostEntryPointEntityHostEntryPointEntityDao. load(Long id)Loads an instance ofHostEntryPointEntityfrom the persistent store.HostEntryPointEntityHostEntryPointEntityDaoBase. load(Long id)Loads an instance ofHostEntryPointEntityfrom the persistent store.HostEntryPointEntityHostEntryPointEntityDao. newHostEntryPointEntity()Creates an instance ofHostEntryPointEntity.HostEntryPointEntityHostEntryPointEntityDaoBase. 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 ofHostEntryPointEntityfrom the persistent store.List<HostEntryPointEntity>HostEntryPointEntityDaoBase. loadAll()Loads all instances ofHostEntryPointEntityfrom the persistent store.List<HostEntryPointEntity>HostEntryPointEntityDao. query(String query, Parameter[] parameters)Query ofHostEntryPointEntityfrom the persistent store.List<HostEntryPointEntity>HostEntryPointEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofHostEntryPointEntityfrom the persistent store.List<HostEntryPointEntity>HostEntryPointEntityDaoBase. query(String queryString, Parameter[] parameters)Query ofHostEntryPointEntityfrom the persistent store.List<HostEntryPointEntity>HostEntryPointEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofHostEntryPointEntityfrom the persistent store.Methods in com.soffid.iam.model with parameters of type HostEntryPointEntity Modifier and Type Method Description voidHostEntryPointEntityDao. create(HostEntryPointEntity entity)Adds an instance ofHostEntryPointEntityto the persistent store.voidHostEntryPointEntityDaoBase. create(HostEntryPointEntity entity)Adds an instance ofHostEntryPointEntityto the persistent store.voidHostEntryPointEntityDao. remove(HostEntryPointEntity entity)Removes an instance ofHostEntryPointEntityfrom the persistent store.voidHostEntryPointEntityDaoBase. remove(HostEntryPointEntity entity)Removes an instance ofHostEntryPointEntityfrom the persistent store.voidHostEntryPointEntityDao. update(HostEntryPointEntity entity)Updates an instance ofHostEntryPointEntityat the persistent store.voidHostEntryPointEntityDaoBase. update(HostEntryPointEntity entity)Updates an instance ofHostEntryPointEntityat the persistent store.Method parameters in com.soffid.iam.model with type arguments of type HostEntryPointEntity Modifier and Type Method Description voidHostEntryPointEntityDao. create(Collection<? extends HostEntryPointEntity> entities)Creates a collection ofHostEntryPointEntityand adds it to the persistent store.voidHostEntryPointEntityDaoBase. create(Collection<? extends HostEntryPointEntity> entities)Creates a collection ofHostEntryPointEntityand adds it to the persistent store.voidHostEntryPointEntityDao. remove(Collection<? extends HostEntryPointEntity> entities)Removes a collection ofHostEntryPointEntityfrom the persistent store.voidHostEntryPointEntityDaoBase. remove(Collection<? extends HostEntryPointEntity> entities)Removes a collection ofHostEntryPointEntityfrom the persistent store.voidHostEntity. setEntryPoints(Collection<HostEntryPointEntity> entryPoints)Sets value for attribute entryPointsvoidEntryPointEntity. setHosts(Collection<HostEntryPointEntity> hosts)Sets value for attribute hostsvoidHostEntryPointEntityDao. update(Collection<? extends HostEntryPointEntity> entities)Updates a collection ofHostEntryPointEntityin the persistent store.voidHostEntryPointEntityDaoBase. update(Collection<? extends HostEntryPointEntity> entities)Updates a collection ofHostEntryPointEntityin the persistent store.
-