Package com.soffid.iam.model
Class ScheduledTaskLogEntityDaoBase
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.ScheduledTaskLogEntityDaoBase
-
- All Implemented Interfaces:
ScheduledTaskLogEntityDao
,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
ScheduledTaskLogEntityDaoImpl
public abstract class ScheduledTaskLogEntityDaoBase extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements ScheduledTaskLogEntityDao
DAO Base for Entity ScheduledTaskLogEntity
-
-
Constructor Summary
Constructors Constructor Description ScheduledTaskLogEntityDaoBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
create(ScheduledTaskLogEntity entity)
Adds an instance ofScheduledTaskLogEntity
to the persistent store.void
create(Collection<? extends ScheduledTaskLogEntity> entities)
Creates a collection ofScheduledTaskLogEntity
and adds it to the persistent store.ScheduledTaskEntityDao
getScheduledTaskEntityDao()
Gets reference toscheduledTaskEntityDao
.ScheduledTaskLogEntity
load(Long id)
Loads an instance ofScheduledTaskLogEntity
from the persistent store.List<ScheduledTaskLogEntity>
loadAll()
Loads all instances ofScheduledTaskLogEntity
from the persistent store.ScheduledTaskLogEntity
newScheduledTaskLogEntity()
Creates an instance ofScheduledTaskLogEntity
.List<ScheduledTaskLogEntity>
query(String queryString, Parameter[] parameters)
Query ofScheduledTaskLogEntity
from the persistent store.List<ScheduledTaskLogEntity>
query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofScheduledTaskLogEntity
from the persistent store.void
remove(ScheduledTaskLogEntity entity)
Removes an instance ofScheduledTaskLogEntity
from the persistent store.void
remove(Long id)
Removes an instance ofScheduledTaskLogEntity
from the persistent store.void
remove(Collection<? extends ScheduledTaskLogEntity> entities)
Removes a collection ofScheduledTaskLogEntity
from the persistent store.ScheduledTaskLogEntity
scheduledTaskLogToEntity(com.soffid.iam.api.ScheduledTaskLog instance)
Transforms fromScheduledTaskLog
objectvoid
scheduledTaskLogToEntity(com.soffid.iam.api.ScheduledTaskLog source, ScheduledTaskLogEntity target, boolean copyIfNull)
Copy data fromScheduledTaskLog
objectList<ScheduledTaskLogEntity>
scheduledTaskLogToEntityList(Collection<com.soffid.iam.api.ScheduledTaskLog> instances)
Transforms fromScheduledTaskLog
listvoid
setScheduledTaskEntityDao(ScheduledTaskEntityDao scheduledTaskEntityDao)
Sets reference toscheduledTaskEntityDao
.com.soffid.iam.api.ScheduledTaskLog
toScheduledTaskLog(ScheduledTaskLogEntity entity)
Transforms toScheduledTaskLog
objectvoid
toScheduledTaskLog(ScheduledTaskLogEntity source, com.soffid.iam.api.ScheduledTaskLog target)
Copy data toScheduledTaskLog
objectList<com.soffid.iam.api.ScheduledTaskLog>
toScheduledTaskLogList(Collection<ScheduledTaskLogEntity> instances)
Transforms toScheduledTaskLog
listvoid
update(ScheduledTaskLogEntity entity)
Updates an instance ofScheduledTaskLogEntity
at the persistent store.void
update(Collection<? extends ScheduledTaskLogEntity> entities)
Updates a collection ofScheduledTaskLogEntity
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
-
setScheduledTaskEntityDao
public void setScheduledTaskEntityDao(ScheduledTaskEntityDao scheduledTaskEntityDao)
Sets reference toscheduledTaskEntityDao
.
-
getScheduledTaskEntityDao
public ScheduledTaskEntityDao getScheduledTaskEntityDao()
Gets reference toscheduledTaskEntityDao
.
-
toScheduledTaskLog
public void toScheduledTaskLog(ScheduledTaskLogEntity source, com.soffid.iam.api.ScheduledTaskLog target)
Copy data toScheduledTaskLog
object- Specified by:
toScheduledTaskLog
in interfaceScheduledTaskLogEntityDao
-
toScheduledTaskLog
public com.soffid.iam.api.ScheduledTaskLog toScheduledTaskLog(ScheduledTaskLogEntity entity)
Transforms toScheduledTaskLog
object- Specified by:
toScheduledTaskLog
in interfaceScheduledTaskLogEntityDao
-
toScheduledTaskLogList
public List<com.soffid.iam.api.ScheduledTaskLog> toScheduledTaskLogList(Collection<ScheduledTaskLogEntity> instances)
Transforms toScheduledTaskLog
list- Specified by:
toScheduledTaskLogList
in interfaceScheduledTaskLogEntityDao
-
scheduledTaskLogToEntity
public void scheduledTaskLogToEntity(com.soffid.iam.api.ScheduledTaskLog source, ScheduledTaskLogEntity target, boolean copyIfNull)
Copy data fromScheduledTaskLog
object- Specified by:
scheduledTaskLogToEntity
in interfaceScheduledTaskLogEntityDao
-
scheduledTaskLogToEntity
public ScheduledTaskLogEntity scheduledTaskLogToEntity(com.soffid.iam.api.ScheduledTaskLog instance)
Transforms fromScheduledTaskLog
object- Specified by:
scheduledTaskLogToEntity
in interfaceScheduledTaskLogEntityDao
-
scheduledTaskLogToEntityList
public List<ScheduledTaskLogEntity> scheduledTaskLogToEntityList(Collection<com.soffid.iam.api.ScheduledTaskLog> instances)
Transforms fromScheduledTaskLog
list- Specified by:
scheduledTaskLogToEntityList
in interfaceScheduledTaskLogEntityDao
-
newScheduledTaskLogEntity
public ScheduledTaskLogEntity newScheduledTaskLogEntity()
Creates an instance ofScheduledTaskLogEntity
.- Specified by:
newScheduledTaskLogEntity
in interfaceScheduledTaskLogEntityDao
-
load
public ScheduledTaskLogEntity load(Long id)
Loads an instance ofScheduledTaskLogEntity
from the persistent store.- Specified by:
load
in interfaceScheduledTaskLogEntityDao
-
loadAll
public List<ScheduledTaskLogEntity> loadAll()
Loads all instances ofScheduledTaskLogEntity
from the persistent store.- Specified by:
loadAll
in interfaceScheduledTaskLogEntityDao
-
create
public void create(ScheduledTaskLogEntity entity)
Adds an instance ofScheduledTaskLogEntity
to the persistent store.- Specified by:
create
in interfaceScheduledTaskLogEntityDao
-
update
public void update(ScheduledTaskLogEntity entity)
Updates an instance ofScheduledTaskLogEntity
at the persistent store.- Specified by:
update
in interfaceScheduledTaskLogEntityDao
-
remove
public void remove(ScheduledTaskLogEntity entity)
Removes an instance ofScheduledTaskLogEntity
from the persistent store.- Specified by:
remove
in interfaceScheduledTaskLogEntityDao
-
create
public void create(Collection<? extends ScheduledTaskLogEntity> entities)
Creates a collection ofScheduledTaskLogEntity
and adds it to the persistent store.- Specified by:
create
in interfaceScheduledTaskLogEntityDao
-
update
public void update(Collection<? extends ScheduledTaskLogEntity> entities)
Updates a collection ofScheduledTaskLogEntity
in the persistent store.- Specified by:
update
in interfaceScheduledTaskLogEntityDao
-
remove
public void remove(Collection<? extends ScheduledTaskLogEntity> entities)
Removes a collection ofScheduledTaskLogEntity
from the persistent store.- Specified by:
remove
in interfaceScheduledTaskLogEntityDao
-
remove
public void remove(Long id)
Removes an instance ofScheduledTaskLogEntity
from the persistent store.- Specified by:
remove
in interfaceScheduledTaskLogEntityDao
-
query
public List<ScheduledTaskLogEntity> query(String queryString, Parameter[] parameters)
Query ofScheduledTaskLogEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters- Specified by:
query
in interfaceScheduledTaskLogEntityDao
-
query
public List<ScheduledTaskLogEntity> query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofScheduledTaskLogEntity
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 interfaceScheduledTaskLogEntityDao
-
-