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 classJumpServerEntityImplEntity JumpServerEntity implementationMethods in com.soffid.iam.model that return JumpServerEntity Modifier and Type Method Description JumpServerEntityJumpServerEntityDao. load(Long id)Loads an instance ofJumpServerEntityfrom the persistent store.JumpServerEntityJumpServerEntityDaoBase. load(Long id)Loads an instance ofJumpServerEntityfrom the persistent store.JumpServerEntityJumpServerEntityDao. newJumpServerEntity()Creates an instance ofJumpServerEntity.JumpServerEntityJumpServerEntityDaoBase. 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 ofJumpServerEntityfrom the persistent store.List<JumpServerEntity>JumpServerEntityDaoBase. loadAll()Loads all instances ofJumpServerEntityfrom the persistent store.List<JumpServerEntity>JumpServerEntityDao. query(String query, Parameter[] parameters)Query ofJumpServerEntityfrom the persistent store.List<JumpServerEntity>JumpServerEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofJumpServerEntityfrom the persistent store.List<JumpServerEntity>JumpServerEntityDaoBase. query(String queryString, Parameter[] parameters)Query ofJumpServerEntityfrom the persistent store.List<JumpServerEntity>JumpServerEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofJumpServerEntityfrom the persistent store.Methods in com.soffid.iam.model with parameters of type JumpServerEntity Modifier and Type Method Description voidJumpServerEntityDao. create(JumpServerEntity entity)Adds an instance ofJumpServerEntityto the persistent store.voidJumpServerEntityDaoBase. create(JumpServerEntity entity)Adds an instance ofJumpServerEntityto the persistent store.voidJumpServerEntityDao. remove(JumpServerEntity entity)Removes an instance ofJumpServerEntityfrom the persistent store.voidJumpServerEntityDaoBase. remove(JumpServerEntity entity)Removes an instance ofJumpServerEntityfrom the persistent store.voidJumpServerEntityDao. update(JumpServerEntity entity)Updates an instance ofJumpServerEntityat the persistent store.voidJumpServerEntityDaoBase. update(JumpServerEntity entity)Updates an instance ofJumpServerEntityat the persistent store.Method parameters in com.soffid.iam.model with type arguments of type JumpServerEntity Modifier and Type Method Description voidJumpServerEntityDao. create(Collection<? extends JumpServerEntity> entities)Creates a collection ofJumpServerEntityand adds it to the persistent store.voidJumpServerEntityDaoBase. create(Collection<? extends JumpServerEntity> entities)Creates a collection ofJumpServerEntityand adds it to the persistent store.voidJumpServerEntityDao. remove(Collection<? extends JumpServerEntity> entities)Removes a collection ofJumpServerEntityfrom the persistent store.voidJumpServerEntityDaoBase. remove(Collection<? extends JumpServerEntity> entities)Removes a collection ofJumpServerEntityfrom the persistent store.voidJumpServerGroupEntity. setJumpServers(Collection<JumpServerEntity> jumpServers)Sets value for attribute jumpServersvoidJumpServerEntityDao. update(Collection<? extends JumpServerEntity> entities)Updates a collection ofJumpServerEntityin the persistent store.voidJumpServerEntityDaoBase. update(Collection<? extends JumpServerEntity> entities)Updates a collection ofJumpServerEntityin the persistent store.
-