Package com.soffid.iam.model
Class NetworkDiscoveryAccountEntityDaoBase
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.NetworkDiscoveryAccountEntityDaoBase
-
- All Implemented Interfaces:
NetworkDiscoveryAccountEntityDao,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
NetworkDiscoveryAccountEntityDaoImpl
public abstract class NetworkDiscoveryAccountEntityDaoBase extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements NetworkDiscoveryAccountEntityDao
DAO Base for Entity NetworkDiscoveryAccountEntity
-
-
Constructor Summary
Constructors Constructor Description NetworkDiscoveryAccountEntityDaoBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(NetworkDiscoveryAccountEntity entity)Adds an instance ofNetworkDiscoveryAccountEntityto the persistent store.voidcreate(Collection<? extends NetworkDiscoveryAccountEntity> entities)Creates a collection ofNetworkDiscoveryAccountEntityand adds it to the persistent store.AccountEntityDaogetAccountEntityDao()Gets reference toaccountEntityDao.NetworkEntityDaogetNetworkEntityDao()Gets reference toxarxaEntityDao.NetworkDiscoveryAccountEntityhostPortToEntity(com.soffid.iam.api.HostPort instance)Transforms fromHostPortobjectvoidhostPortToEntity(com.soffid.iam.api.HostPort source, NetworkDiscoveryAccountEntity target, boolean copyIfNull)Copy data fromHostPortobjectList<NetworkDiscoveryAccountEntity>hostPortToEntityList(Collection<com.soffid.iam.api.HostPort> instances)Transforms fromHostPortlistNetworkDiscoveryAccountEntityload(Long id)Loads an instance ofNetworkDiscoveryAccountEntityfrom the persistent store.List<NetworkDiscoveryAccountEntity>loadAll()Loads all instances ofNetworkDiscoveryAccountEntityfrom the persistent store.NetworkDiscoveryAccountEntitynewNetworkDiscoveryAccountEntity()Creates an instance ofNetworkDiscoveryAccountEntity.List<NetworkDiscoveryAccountEntity>query(String queryString, Parameter[] parameters)Query ofNetworkDiscoveryAccountEntityfrom the persistent store.List<NetworkDiscoveryAccountEntity>query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofNetworkDiscoveryAccountEntityfrom the persistent store.voidremove(NetworkDiscoveryAccountEntity entity)Removes an instance ofNetworkDiscoveryAccountEntityfrom the persistent store.voidremove(Long id)Removes an instance ofNetworkDiscoveryAccountEntityfrom the persistent store.voidremove(Collection<? extends NetworkDiscoveryAccountEntity> entities)Removes a collection ofNetworkDiscoveryAccountEntityfrom the persistent store.voidsetAccountEntityDao(AccountEntityDao accountEntityDao)Sets reference toaccountEntityDao.voidsetNetworkEntityDao(NetworkEntityDao xarxaEntityDao)Sets reference toxarxaEntityDao.com.soffid.iam.api.HostPorttoHostPort(NetworkDiscoveryAccountEntity entity)Transforms toHostPortobjectvoidtoHostPort(NetworkDiscoveryAccountEntity source, com.soffid.iam.api.HostPort target)Copy data toHostPortobjectList<com.soffid.iam.api.HostPort>toHostPortList(Collection<NetworkDiscoveryAccountEntity> instances)Transforms toHostPortlistvoidupdate(NetworkDiscoveryAccountEntity entity)Updates an instance ofNetworkDiscoveryAccountEntityat the persistent store.voidupdate(Collection<? extends NetworkDiscoveryAccountEntity> entities)Updates a collection ofNetworkDiscoveryAccountEntityin the persistent store.-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-
-
-
Method Detail
-
setAccountEntityDao
public void setAccountEntityDao(AccountEntityDao accountEntityDao)
Sets reference toaccountEntityDao.
-
getAccountEntityDao
public AccountEntityDao getAccountEntityDao()
Gets reference toaccountEntityDao.
-
setNetworkEntityDao
public void setNetworkEntityDao(NetworkEntityDao xarxaEntityDao)
Sets reference toxarxaEntityDao.
-
getNetworkEntityDao
public NetworkEntityDao getNetworkEntityDao()
Gets reference toxarxaEntityDao.
-
toHostPort
public void toHostPort(NetworkDiscoveryAccountEntity source, com.soffid.iam.api.HostPort target)
Copy data toHostPortobject- Specified by:
toHostPortin interfaceNetworkDiscoveryAccountEntityDao
-
toHostPort
public com.soffid.iam.api.HostPort toHostPort(NetworkDiscoveryAccountEntity entity)
Transforms toHostPortobject- Specified by:
toHostPortin interfaceNetworkDiscoveryAccountEntityDao
-
toHostPortList
public List<com.soffid.iam.api.HostPort> toHostPortList(Collection<NetworkDiscoveryAccountEntity> instances)
Transforms toHostPortlist- Specified by:
toHostPortListin interfaceNetworkDiscoveryAccountEntityDao
-
hostPortToEntity
public void hostPortToEntity(com.soffid.iam.api.HostPort source, NetworkDiscoveryAccountEntity target, boolean copyIfNull)Copy data fromHostPortobject- Specified by:
hostPortToEntityin interfaceNetworkDiscoveryAccountEntityDao
-
hostPortToEntity
public NetworkDiscoveryAccountEntity hostPortToEntity(com.soffid.iam.api.HostPort instance)
Transforms fromHostPortobject- Specified by:
hostPortToEntityin interfaceNetworkDiscoveryAccountEntityDao
-
hostPortToEntityList
public List<NetworkDiscoveryAccountEntity> hostPortToEntityList(Collection<com.soffid.iam.api.HostPort> instances)
Transforms fromHostPortlist- Specified by:
hostPortToEntityListin interfaceNetworkDiscoveryAccountEntityDao
-
newNetworkDiscoveryAccountEntity
public NetworkDiscoveryAccountEntity newNetworkDiscoveryAccountEntity()
Creates an instance ofNetworkDiscoveryAccountEntity.- Specified by:
newNetworkDiscoveryAccountEntityin interfaceNetworkDiscoveryAccountEntityDao
-
load
public NetworkDiscoveryAccountEntity load(Long id)
Loads an instance ofNetworkDiscoveryAccountEntityfrom the persistent store.- Specified by:
loadin interfaceNetworkDiscoveryAccountEntityDao
-
loadAll
public List<NetworkDiscoveryAccountEntity> loadAll()
Loads all instances ofNetworkDiscoveryAccountEntityfrom the persistent store.- Specified by:
loadAllin interfaceNetworkDiscoveryAccountEntityDao
-
create
public void create(NetworkDiscoveryAccountEntity entity)
Adds an instance ofNetworkDiscoveryAccountEntityto the persistent store.- Specified by:
createin interfaceNetworkDiscoveryAccountEntityDao
-
update
public void update(NetworkDiscoveryAccountEntity entity)
Updates an instance ofNetworkDiscoveryAccountEntityat the persistent store.- Specified by:
updatein interfaceNetworkDiscoveryAccountEntityDao
-
remove
public void remove(NetworkDiscoveryAccountEntity entity)
Removes an instance ofNetworkDiscoveryAccountEntityfrom the persistent store.- Specified by:
removein interfaceNetworkDiscoveryAccountEntityDao
-
create
public void create(Collection<? extends NetworkDiscoveryAccountEntity> entities)
Creates a collection ofNetworkDiscoveryAccountEntityand adds it to the persistent store.- Specified by:
createin interfaceNetworkDiscoveryAccountEntityDao
-
update
public void update(Collection<? extends NetworkDiscoveryAccountEntity> entities)
Updates a collection ofNetworkDiscoveryAccountEntityin the persistent store.- Specified by:
updatein interfaceNetworkDiscoveryAccountEntityDao
-
remove
public void remove(Collection<? extends NetworkDiscoveryAccountEntity> entities)
Removes a collection ofNetworkDiscoveryAccountEntityfrom the persistent store.- Specified by:
removein interfaceNetworkDiscoveryAccountEntityDao
-
remove
public void remove(Long id)
Removes an instance ofNetworkDiscoveryAccountEntityfrom the persistent store.- Specified by:
removein interfaceNetworkDiscoveryAccountEntityDao
-
query
public List<NetworkDiscoveryAccountEntity> query(String queryString, Parameter[] parameters)
Query ofNetworkDiscoveryAccountEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters- Specified by:
queryin interfaceNetworkDiscoveryAccountEntityDao
-
query
public List<NetworkDiscoveryAccountEntity> query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofNetworkDiscoveryAccountEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return- Specified by:
queryin interfaceNetworkDiscoveryAccountEntityDao
-
-