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 void
remove(JumpServerGroupEntity entity)
Removes an instance ofJumpServerGroupEntity
from the persistent store.void
toJumpServerGroup(JumpServerGroupEntity source, com.soffid.iam.api.JumpServerGroup target)
Copy data toJumpServerGroup
object-
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:JumpServerGroupEntityDaoBase
Copy data toJumpServerGroup
object- Specified by:
toJumpServerGroup
in interfaceJumpServerGroupEntityDao
- Overrides:
toJumpServerGroup
in classJumpServerGroupEntityDaoBase
-
remove
public void remove(JumpServerGroupEntity entity)
Description copied from class:JumpServerGroupEntityDaoBase
Removes an instance ofJumpServerGroupEntity
from the persistent store.- Specified by:
remove
in interfaceJumpServerGroupEntityDao
- Overrides:
remove
in classJumpServerGroupEntityDaoBase
-
-