Package com.soffid.iam.model
Class ServerPluginModuleEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.ServerPluginModuleEntityDaoBase
-
- com.soffid.iam.model.ServerPluginModuleEntityDaoImpl
-
- All Implemented Interfaces:
ServerPluginModuleEntityDao
,org.springframework.beans.factory.InitializingBean
public class ServerPluginModuleEntityDaoImpl extends ServerPluginModuleEntityDaoBase
-
-
Constructor Summary
Constructors Constructor Description ServerPluginModuleEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerPluginModuleEntity
serverPluginModuleToEntity(com.soffid.iam.api.ServerPluginModule instance)
Transforms fromServerPluginModule
object-
Methods inherited from class com.soffid.iam.model.ServerPluginModuleEntityDaoBase
create, create, findByType, findByType, findByType, getAgentDescriptorEntityDao, getServerPluginEntityDao, load, loadAll, newServerPluginModuleEntity, query, query, remove, remove, remove, serverPluginModuleToEntity, serverPluginModuleToEntityList, setAgentDescriptorEntityDao, setServerPluginEntityDao, toServerPluginModule, toServerPluginModule, toServerPluginModuleList, 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
-
serverPluginModuleToEntity
public ServerPluginModuleEntity serverPluginModuleToEntity(com.soffid.iam.api.ServerPluginModule instance)
Description copied from interface:ServerPluginModuleEntityDao
Transforms fromServerPluginModule
object
-
-