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 void
create(NetworkDiscoveryAccountEntity entity)
Adds an instance ofNetworkDiscoveryAccountEntity
to the persistent store.void
create(Collection<? extends NetworkDiscoveryAccountEntity> entities)
Creates a collection ofNetworkDiscoveryAccountEntity
and adds it to the persistent store.AccountEntityDao
getAccountEntityDao()
Gets reference toaccountEntityDao
.NetworkEntityDao
getNetworkEntityDao()
Gets reference toxarxaEntityDao
.NetworkDiscoveryAccountEntity
hostPortToEntity(com.soffid.iam.api.HostPort instance)
Transforms fromHostPort
objectvoid
hostPortToEntity(com.soffid.iam.api.HostPort source, NetworkDiscoveryAccountEntity target, boolean copyIfNull)
Copy data fromHostPort
objectList<NetworkDiscoveryAccountEntity>
hostPortToEntityList(Collection<com.soffid.iam.api.HostPort> instances)
Transforms fromHostPort
listNetworkDiscoveryAccountEntity
load(Long id)
Loads an instance ofNetworkDiscoveryAccountEntity
from the persistent store.List<NetworkDiscoveryAccountEntity>
loadAll()
Loads all instances ofNetworkDiscoveryAccountEntity
from the persistent store.NetworkDiscoveryAccountEntity
newNetworkDiscoveryAccountEntity()
Creates an instance ofNetworkDiscoveryAccountEntity
.List<NetworkDiscoveryAccountEntity>
query(String queryString, Parameter[] parameters)
Query ofNetworkDiscoveryAccountEntity
from the persistent store.List<NetworkDiscoveryAccountEntity>
query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofNetworkDiscoveryAccountEntity
from the persistent store.void
remove(NetworkDiscoveryAccountEntity entity)
Removes an instance ofNetworkDiscoveryAccountEntity
from the persistent store.void
remove(Long id)
Removes an instance ofNetworkDiscoveryAccountEntity
from the persistent store.void
remove(Collection<? extends NetworkDiscoveryAccountEntity> entities)
Removes a collection ofNetworkDiscoveryAccountEntity
from the persistent store.void
setAccountEntityDao(AccountEntityDao accountEntityDao)
Sets reference toaccountEntityDao
.void
setNetworkEntityDao(NetworkEntityDao xarxaEntityDao)
Sets reference toxarxaEntityDao
.com.soffid.iam.api.HostPort
toHostPort(NetworkDiscoveryAccountEntity entity)
Transforms toHostPort
objectvoid
toHostPort(NetworkDiscoveryAccountEntity source, com.soffid.iam.api.HostPort target)
Copy data toHostPort
objectList<com.soffid.iam.api.HostPort>
toHostPortList(Collection<NetworkDiscoveryAccountEntity> instances)
Transforms toHostPort
listvoid
update(NetworkDiscoveryAccountEntity entity)
Updates an instance ofNetworkDiscoveryAccountEntity
at the persistent store.void
update(Collection<? extends NetworkDiscoveryAccountEntity> entities)
Updates a collection ofNetworkDiscoveryAccountEntity
in 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 toHostPort
object- Specified by:
toHostPort
in interfaceNetworkDiscoveryAccountEntityDao
-
toHostPort
public com.soffid.iam.api.HostPort toHostPort(NetworkDiscoveryAccountEntity entity)
Transforms toHostPort
object- Specified by:
toHostPort
in interfaceNetworkDiscoveryAccountEntityDao
-
toHostPortList
public List<com.soffid.iam.api.HostPort> toHostPortList(Collection<NetworkDiscoveryAccountEntity> instances)
Transforms toHostPort
list- Specified by:
toHostPortList
in interfaceNetworkDiscoveryAccountEntityDao
-
hostPortToEntity
public void hostPortToEntity(com.soffid.iam.api.HostPort source, NetworkDiscoveryAccountEntity target, boolean copyIfNull)
Copy data fromHostPort
object- Specified by:
hostPortToEntity
in interfaceNetworkDiscoveryAccountEntityDao
-
hostPortToEntity
public NetworkDiscoveryAccountEntity hostPortToEntity(com.soffid.iam.api.HostPort instance)
Transforms fromHostPort
object- Specified by:
hostPortToEntity
in interfaceNetworkDiscoveryAccountEntityDao
-
hostPortToEntityList
public List<NetworkDiscoveryAccountEntity> hostPortToEntityList(Collection<com.soffid.iam.api.HostPort> instances)
Transforms fromHostPort
list- Specified by:
hostPortToEntityList
in interfaceNetworkDiscoveryAccountEntityDao
-
newNetworkDiscoveryAccountEntity
public NetworkDiscoveryAccountEntity newNetworkDiscoveryAccountEntity()
Creates an instance ofNetworkDiscoveryAccountEntity
.- Specified by:
newNetworkDiscoveryAccountEntity
in interfaceNetworkDiscoveryAccountEntityDao
-
load
public NetworkDiscoveryAccountEntity load(Long id)
Loads an instance ofNetworkDiscoveryAccountEntity
from the persistent store.- Specified by:
load
in interfaceNetworkDiscoveryAccountEntityDao
-
loadAll
public List<NetworkDiscoveryAccountEntity> loadAll()
Loads all instances ofNetworkDiscoveryAccountEntity
from the persistent store.- Specified by:
loadAll
in interfaceNetworkDiscoveryAccountEntityDao
-
create
public void create(NetworkDiscoveryAccountEntity entity)
Adds an instance ofNetworkDiscoveryAccountEntity
to the persistent store.- Specified by:
create
in interfaceNetworkDiscoveryAccountEntityDao
-
update
public void update(NetworkDiscoveryAccountEntity entity)
Updates an instance ofNetworkDiscoveryAccountEntity
at the persistent store.- Specified by:
update
in interfaceNetworkDiscoveryAccountEntityDao
-
remove
public void remove(NetworkDiscoveryAccountEntity entity)
Removes an instance ofNetworkDiscoveryAccountEntity
from the persistent store.- Specified by:
remove
in interfaceNetworkDiscoveryAccountEntityDao
-
create
public void create(Collection<? extends NetworkDiscoveryAccountEntity> entities)
Creates a collection ofNetworkDiscoveryAccountEntity
and adds it to the persistent store.- Specified by:
create
in interfaceNetworkDiscoveryAccountEntityDao
-
update
public void update(Collection<? extends NetworkDiscoveryAccountEntity> entities)
Updates a collection ofNetworkDiscoveryAccountEntity
in the persistent store.- Specified by:
update
in interfaceNetworkDiscoveryAccountEntityDao
-
remove
public void remove(Collection<? extends NetworkDiscoveryAccountEntity> entities)
Removes a collection ofNetworkDiscoveryAccountEntity
from the persistent store.- Specified by:
remove
in interfaceNetworkDiscoveryAccountEntityDao
-
remove
public void remove(Long id)
Removes an instance ofNetworkDiscoveryAccountEntity
from the persistent store.- Specified by:
remove
in interfaceNetworkDiscoveryAccountEntityDao
-
query
public List<NetworkDiscoveryAccountEntity> query(String queryString, Parameter[] parameters)
Query ofNetworkDiscoveryAccountEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters- Specified by:
query
in interfaceNetworkDiscoveryAccountEntityDao
-
query
public List<NetworkDiscoveryAccountEntity> query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofNetworkDiscoveryAccountEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return- Specified by:
query
in interfaceNetworkDiscoveryAccountEntityDao
-
-