Uses of Class
com.soffid.iam.model.JumpServerEntity
-
Packages that use JumpServerEntity Package Description com.soffid.iam.model -
-
Uses of JumpServerEntity in com.soffid.iam.model
Subclasses of JumpServerEntity in com.soffid.iam.model Modifier and Type Class Description class
JumpServerEntityImpl
Entity JumpServerEntity implementationMethods in com.soffid.iam.model that return JumpServerEntity Modifier and Type Method Description JumpServerEntity
JumpServerEntityDao. load(Long id)
Loads an instance ofJumpServerEntity
from the persistent store.JumpServerEntity
JumpServerEntityDaoBase. load(Long id)
Loads an instance ofJumpServerEntity
from the persistent store.JumpServerEntity
JumpServerEntityDao. newJumpServerEntity()
Creates an instance ofJumpServerEntity
.JumpServerEntity
JumpServerEntityDaoBase. newJumpServerEntity()
Creates an instance ofJumpServerEntity
.Methods in com.soffid.iam.model that return types with arguments of type JumpServerEntity Modifier and Type Method Description Collection<JumpServerEntity>
JumpServerGroupEntity. getJumpServers()
Gets value for attribute jumpServersList<JumpServerEntity>
JumpServerEntityDao. loadAll()
Loads all instances ofJumpServerEntity
from the persistent store.List<JumpServerEntity>
JumpServerEntityDaoBase. loadAll()
Loads all instances ofJumpServerEntity
from the persistent store.List<JumpServerEntity>
JumpServerEntityDao. query(String query, Parameter[] parameters)
Query ofJumpServerEntity
from the persistent store.List<JumpServerEntity>
JumpServerEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofJumpServerEntity
from the persistent store.List<JumpServerEntity>
JumpServerEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofJumpServerEntity
from the persistent store.List<JumpServerEntity>
JumpServerEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofJumpServerEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type JumpServerEntity Modifier and Type Method Description void
JumpServerEntityDao. create(JumpServerEntity entity)
Adds an instance ofJumpServerEntity
to the persistent store.void
JumpServerEntityDaoBase. create(JumpServerEntity entity)
Adds an instance ofJumpServerEntity
to the persistent store.void
JumpServerEntityDao. remove(JumpServerEntity entity)
Removes an instance ofJumpServerEntity
from the persistent store.void
JumpServerEntityDaoBase. remove(JumpServerEntity entity)
Removes an instance ofJumpServerEntity
from the persistent store.void
JumpServerEntityDao. update(JumpServerEntity entity)
Updates an instance ofJumpServerEntity
at the persistent store.void
JumpServerEntityDaoBase. update(JumpServerEntity entity)
Updates an instance ofJumpServerEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type JumpServerEntity Modifier and Type Method Description void
JumpServerEntityDao. create(Collection<? extends JumpServerEntity> entities)
Creates a collection ofJumpServerEntity
and adds it to the persistent store.void
JumpServerEntityDaoBase. create(Collection<? extends JumpServerEntity> entities)
Creates a collection ofJumpServerEntity
and adds it to the persistent store.void
JumpServerEntityDao. remove(Collection<? extends JumpServerEntity> entities)
Removes a collection ofJumpServerEntity
from the persistent store.void
JumpServerEntityDaoBase. remove(Collection<? extends JumpServerEntity> entities)
Removes a collection ofJumpServerEntity
from the persistent store.void
JumpServerGroupEntity. setJumpServers(Collection<JumpServerEntity> jumpServers)
Sets value for attribute jumpServersvoid
JumpServerEntityDao. update(Collection<? extends JumpServerEntity> entities)
Updates a collection ofJumpServerEntity
in the persistent store.void
JumpServerEntityDaoBase. update(Collection<? extends JumpServerEntity> entities)
Updates a collection ofJumpServerEntity
in the persistent store.
-