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 voidcreate(ScheduledTaskLogEntity entity)Adds an instance ofScheduledTaskLogEntityto the persistent store.voidcreate(Collection<? extends ScheduledTaskLogEntity> entities)Creates a collection ofScheduledTaskLogEntityand adds it to the persistent store.ScheduledTaskEntityDaogetScheduledTaskEntityDao()Gets reference toscheduledTaskEntityDao.ScheduledTaskLogEntityload(Long id)Loads an instance ofScheduledTaskLogEntityfrom the persistent store.List<ScheduledTaskLogEntity>loadAll()Loads all instances ofScheduledTaskLogEntityfrom the persistent store.ScheduledTaskLogEntitynewScheduledTaskLogEntity()Creates an instance ofScheduledTaskLogEntity.List<ScheduledTaskLogEntity>query(String queryString, Parameter[] parameters)Query ofScheduledTaskLogEntityfrom the persistent store.List<ScheduledTaskLogEntity>query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofScheduledTaskLogEntityfrom the persistent store.voidremove(ScheduledTaskLogEntity entity)Removes an instance ofScheduledTaskLogEntityfrom the persistent store.voidremove(Long id)Removes an instance ofScheduledTaskLogEntityfrom the persistent store.voidremove(Collection<? extends ScheduledTaskLogEntity> entities)Removes a collection ofScheduledTaskLogEntityfrom the persistent store.ScheduledTaskLogEntityscheduledTaskLogToEntity(com.soffid.iam.api.ScheduledTaskLog instance)Transforms fromScheduledTaskLogobjectvoidscheduledTaskLogToEntity(com.soffid.iam.api.ScheduledTaskLog source, ScheduledTaskLogEntity target, boolean copyIfNull)Copy data fromScheduledTaskLogobjectList<ScheduledTaskLogEntity>scheduledTaskLogToEntityList(Collection<com.soffid.iam.api.ScheduledTaskLog> instances)Transforms fromScheduledTaskLoglistvoidsetScheduledTaskEntityDao(ScheduledTaskEntityDao scheduledTaskEntityDao)Sets reference toscheduledTaskEntityDao.com.soffid.iam.api.ScheduledTaskLogtoScheduledTaskLog(ScheduledTaskLogEntity entity)Transforms toScheduledTaskLogobjectvoidtoScheduledTaskLog(ScheduledTaskLogEntity source, com.soffid.iam.api.ScheduledTaskLog target)Copy data toScheduledTaskLogobjectList<com.soffid.iam.api.ScheduledTaskLog>toScheduledTaskLogList(Collection<ScheduledTaskLogEntity> instances)Transforms toScheduledTaskLoglistvoidupdate(ScheduledTaskLogEntity entity)Updates an instance ofScheduledTaskLogEntityat the persistent store.voidupdate(Collection<? extends ScheduledTaskLogEntity> entities)Updates a collection ofScheduledTaskLogEntityin 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 toScheduledTaskLogobject- Specified by:
toScheduledTaskLogin interfaceScheduledTaskLogEntityDao
-
toScheduledTaskLog
public com.soffid.iam.api.ScheduledTaskLog toScheduledTaskLog(ScheduledTaskLogEntity entity)
Transforms toScheduledTaskLogobject- Specified by:
toScheduledTaskLogin interfaceScheduledTaskLogEntityDao
-
toScheduledTaskLogList
public List<com.soffid.iam.api.ScheduledTaskLog> toScheduledTaskLogList(Collection<ScheduledTaskLogEntity> instances)
Transforms toScheduledTaskLoglist- Specified by:
toScheduledTaskLogListin interfaceScheduledTaskLogEntityDao
-
scheduledTaskLogToEntity
public void scheduledTaskLogToEntity(com.soffid.iam.api.ScheduledTaskLog source, ScheduledTaskLogEntity target, boolean copyIfNull)Copy data fromScheduledTaskLogobject- Specified by:
scheduledTaskLogToEntityin interfaceScheduledTaskLogEntityDao
-
scheduledTaskLogToEntity
public ScheduledTaskLogEntity scheduledTaskLogToEntity(com.soffid.iam.api.ScheduledTaskLog instance)
Transforms fromScheduledTaskLogobject- Specified by:
scheduledTaskLogToEntityin interfaceScheduledTaskLogEntityDao
-
scheduledTaskLogToEntityList
public List<ScheduledTaskLogEntity> scheduledTaskLogToEntityList(Collection<com.soffid.iam.api.ScheduledTaskLog> instances)
Transforms fromScheduledTaskLoglist- Specified by:
scheduledTaskLogToEntityListin interfaceScheduledTaskLogEntityDao
-
newScheduledTaskLogEntity
public ScheduledTaskLogEntity newScheduledTaskLogEntity()
Creates an instance ofScheduledTaskLogEntity.- Specified by:
newScheduledTaskLogEntityin interfaceScheduledTaskLogEntityDao
-
load
public ScheduledTaskLogEntity load(Long id)
Loads an instance ofScheduledTaskLogEntityfrom the persistent store.- Specified by:
loadin interfaceScheduledTaskLogEntityDao
-
loadAll
public List<ScheduledTaskLogEntity> loadAll()
Loads all instances ofScheduledTaskLogEntityfrom the persistent store.- Specified by:
loadAllin interfaceScheduledTaskLogEntityDao
-
create
public void create(ScheduledTaskLogEntity entity)
Adds an instance ofScheduledTaskLogEntityto the persistent store.- Specified by:
createin interfaceScheduledTaskLogEntityDao
-
update
public void update(ScheduledTaskLogEntity entity)
Updates an instance ofScheduledTaskLogEntityat the persistent store.- Specified by:
updatein interfaceScheduledTaskLogEntityDao
-
remove
public void remove(ScheduledTaskLogEntity entity)
Removes an instance ofScheduledTaskLogEntityfrom the persistent store.- Specified by:
removein interfaceScheduledTaskLogEntityDao
-
create
public void create(Collection<? extends ScheduledTaskLogEntity> entities)
Creates a collection ofScheduledTaskLogEntityand adds it to the persistent store.- Specified by:
createin interfaceScheduledTaskLogEntityDao
-
update
public void update(Collection<? extends ScheduledTaskLogEntity> entities)
Updates a collection ofScheduledTaskLogEntityin the persistent store.- Specified by:
updatein interfaceScheduledTaskLogEntityDao
-
remove
public void remove(Collection<? extends ScheduledTaskLogEntity> entities)
Removes a collection ofScheduledTaskLogEntityfrom the persistent store.- Specified by:
removein interfaceScheduledTaskLogEntityDao
-
remove
public void remove(Long id)
Removes an instance ofScheduledTaskLogEntityfrom the persistent store.- Specified by:
removein interfaceScheduledTaskLogEntityDao
-
query
public List<ScheduledTaskLogEntity> query(String queryString, Parameter[] parameters)
Query ofScheduledTaskLogEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters- Specified by:
queryin interfaceScheduledTaskLogEntityDao
-
query
public List<ScheduledTaskLogEntity> query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofScheduledTaskLogEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return- Specified by:
queryin interfaceScheduledTaskLogEntityDao
-
-