Package com.soffid.iam.model
Class JumpServerGroupEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.JumpServerGroupEntityDaoBase
-
- com.soffid.iam.model.JumpServerGroupEntityDaoImpl
-
- All Implemented Interfaces:
JumpServerGroupEntityDao,org.springframework.beans.factory.InitializingBean
public class JumpServerGroupEntityDaoImpl extends JumpServerGroupEntityDaoBase
-
-
Constructor Summary
Constructors Constructor Description JumpServerGroupEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidremove(JumpServerGroupEntity entity)Removes an instance ofJumpServerGroupEntityfrom the persistent store.voidtoJumpServerGroup(JumpServerGroupEntity source, com.soffid.iam.api.JumpServerGroup target)Copy data toJumpServerGroupobject-
Methods inherited from class com.soffid.iam.model.JumpServerGroupEntityDaoBase
create, create, findByName, findByName, findByName, getJumpServerEntityDao, getTenantEntityDao, jumpServerGroupToEntity, jumpServerGroupToEntity, jumpServerGroupToEntityList, load, loadAll, newJumpServerGroupEntity, query, query, remove, remove, setJumpServerEntityDao, setTenantEntityDao, toJumpServerGroup, toJumpServerGroupList, update, update
-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-
-
-
Method Detail
-
toJumpServerGroup
public void toJumpServerGroup(JumpServerGroupEntity source, com.soffid.iam.api.JumpServerGroup target)
Description copied from class:JumpServerGroupEntityDaoBaseCopy data toJumpServerGroupobject- Specified by:
toJumpServerGroupin interfaceJumpServerGroupEntityDao- Overrides:
toJumpServerGroupin classJumpServerGroupEntityDaoBase
-
remove
public void remove(JumpServerGroupEntity entity)
Description copied from class:JumpServerGroupEntityDaoBaseRemoves an instance ofJumpServerGroupEntityfrom the persistent store.- Specified by:
removein interfaceJumpServerGroupEntityDao- Overrides:
removein classJumpServerGroupEntityDaoBase
-
-