Package com.soffid.iam.model
Class ServerEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.ServerEntityDaoBase
-
- com.soffid.iam.model.ServerEntityDaoImpl
-
- All Implemented Interfaces:
ServerEntityDao,org.springframework.beans.factory.InitializingBean
public class ServerEntityDaoImpl extends ServerEntityDaoBase
- See Also:
es.caib.seycon.ng.model.ServerEntity
-
-
Constructor Summary
Constructors Constructor Description ServerEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidremove(ServerEntity entity)Removes an instance ofServerEntityfrom the persistent store.voidserverToEntity(com.soffid.iam.api.Server source, ServerEntity target, boolean copyIfNull)Copy data fromServerobjectcom.soffid.iam.api.ServertoServer(ServerEntity entity)Transforms toServerobjectvoidtoServer(ServerEntity source, com.soffid.iam.api.Server target)Copy data toServerobject-
Methods inherited from class com.soffid.iam.model.ServerEntityDaoBase
countServersByName, countServersByName, countServersByName, create, create, findByName, findByName, findByName, findByTenant, findByTenant, findByTenant, findGatewayByTenant, findGatewayByTenant, findGatewayByTenant, findRemoteByUrl, findRemoteByUrl, findRemoteByUrl, getNetworkEntityDao, getScheduledTaskEntityDao, getSecretEntityDao, getServerCertificateEntityDao, getServerInstanceEntityDao, getTenantServerEntityDao, load, loadAll, newServerEntity, query, query, remove, remove, serverToEntity, serverToEntityList, setNetworkEntityDao, setScheduledTaskEntityDao, setSecretEntityDao, setServerCertificateEntityDao, setServerInstanceEntityDao, setTenantServerEntityDao, toServerList, 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
-
toServer
public void toServer(ServerEntity source, com.soffid.iam.api.Server target)
Description copied from class:ServerEntityDaoBaseCopy data toServerobject- Specified by:
toServerin interfaceServerEntityDao- Overrides:
toServerin classServerEntityDaoBase- See Also:
es.caib.seycon.ng.model.ServerEntityDao#toServer(es.caib.seycon.ng.model.ServerEntity, es.caib.seycon.ng.comu.Server)
-
toServer
public com.soffid.iam.api.Server toServer(ServerEntity entity)
Description copied from class:ServerEntityDaoBaseTransforms toServerobject- Specified by:
toServerin interfaceServerEntityDao- Overrides:
toServerin classServerEntityDaoBase- See Also:
es.caib.seycon.ng.model.ServerEntityDao#toServer(es.caib.seycon.ng.model.ServerEntity)
-
serverToEntity
public void serverToEntity(com.soffid.iam.api.Server source, ServerEntity target, boolean copyIfNull)Description copied from class:ServerEntityDaoBaseCopy data fromServerobject- Specified by:
serverToEntityin interfaceServerEntityDao- Overrides:
serverToEntityin classServerEntityDaoBase- See Also:
es.caib.seycon.ng.model.ServerEntityDao#serverToEntity(es.caib.seycon.ng.comu.Server, es.caib.seycon.ng.model.ServerEntity)
-
remove
public void remove(ServerEntity entity)
Description copied from class:ServerEntityDaoBaseRemoves an instance ofServerEntityfrom the persistent store.- Specified by:
removein interfaceServerEntityDao- Overrides:
removein classServerEntityDaoBase
-
-