Package com.soffid.iam.model
Class SoDRuleEntityDaoBase
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.SoDRuleEntityDaoBase
-
- All Implemented Interfaces:
SoDRuleEntityDao,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
SoDRuleEntityDaoImpl
public abstract class SoDRuleEntityDaoBase extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements SoDRuleEntityDao
DAO Base for Entity SoDRuleEntity
-
-
Constructor Summary
Constructors Constructor Description SoDRuleEntityDaoBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(SoDRuleEntity entity)Adds an instance ofSoDRuleEntityto the persistent store.voidcreate(Collection<? extends SoDRuleEntity> entities)Creates a collection ofSoDRuleEntityand adds it to the persistent store.InformationSystemEntityDaogetInformationSystemEntityDao()Gets reference toaplicacioEntityDao.SoDRoleEntityDaogetSoDRoleEntityDao()Gets reference tosoDRoleEntityDao.SoDRuleMatrixEntityDaogetSoDRuleMatrixEntityDao()Gets reference tosoDRuleMatrixEntityDao.TenantEntityDaogetTenantEntityDao()Gets reference totenantEntityDao.SoDRuleEntityload(Long id)Loads an instance ofSoDRuleEntityfrom the persistent store.List<SoDRuleEntity>loadAll()Loads all instances ofSoDRuleEntityfrom the persistent store.SoDRuleEntitynewSoDRuleEntity()Creates an instance ofSoDRuleEntity.List<SoDRuleEntity>query(String queryString, Parameter[] parameters)Query ofSoDRuleEntityfrom the persistent store.List<SoDRuleEntity>query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofSoDRuleEntityfrom the persistent store.voidremove(SoDRuleEntity entity)Removes an instance ofSoDRuleEntityfrom the persistent store.voidremove(Long id)Removes an instance ofSoDRuleEntityfrom the persistent store.voidremove(Collection<? extends SoDRuleEntity> entities)Removes a collection ofSoDRuleEntityfrom the persistent store.voidsetInformationSystemEntityDao(InformationSystemEntityDao aplicacioEntityDao)Sets reference toaplicacioEntityDao.voidsetSoDRoleEntityDao(SoDRoleEntityDao soDRoleEntityDao)Sets reference tosoDRoleEntityDao.voidsetSoDRuleMatrixEntityDao(SoDRuleMatrixEntityDao soDRuleMatrixEntityDao)Sets reference tosoDRuleMatrixEntityDao.voidsetTenantEntityDao(TenantEntityDao tenantEntityDao)Sets reference totenantEntityDao.SoDRuleEntitysoDRuleToEntity(com.soffid.iam.api.SoDRule instance)Transforms fromSoDRuleobjectvoidsoDRuleToEntity(com.soffid.iam.api.SoDRule source, SoDRuleEntity target, boolean copyIfNull)Copy data fromSoDRuleobjectList<SoDRuleEntity>soDRuleToEntityList(Collection<com.soffid.iam.api.SoDRule> instances)Transforms fromSoDRulelistcom.soffid.iam.api.SoDRuletoSoDRule(SoDRuleEntity entity)Transforms toSoDRuleobjectvoidtoSoDRule(SoDRuleEntity source, com.soffid.iam.api.SoDRule target)Copy data toSoDRuleobjectList<com.soffid.iam.api.SoDRule>toSoDRuleList(Collection<SoDRuleEntity> instances)Transforms toSoDRulelistvoidupdate(SoDRuleEntity entity)Updates an instance ofSoDRuleEntityat the persistent store.voidupdate(Collection<? extends SoDRuleEntity> entities)Updates a collection ofSoDRuleEntityin 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
-
setInformationSystemEntityDao
public void setInformationSystemEntityDao(InformationSystemEntityDao aplicacioEntityDao)
Sets reference toaplicacioEntityDao.
-
getInformationSystemEntityDao
public InformationSystemEntityDao getInformationSystemEntityDao()
Gets reference toaplicacioEntityDao.
-
setSoDRoleEntityDao
public void setSoDRoleEntityDao(SoDRoleEntityDao soDRoleEntityDao)
Sets reference tosoDRoleEntityDao.
-
getSoDRoleEntityDao
public SoDRoleEntityDao getSoDRoleEntityDao()
Gets reference tosoDRoleEntityDao.
-
setSoDRuleMatrixEntityDao
public void setSoDRuleMatrixEntityDao(SoDRuleMatrixEntityDao soDRuleMatrixEntityDao)
Sets reference tosoDRuleMatrixEntityDao.
-
getSoDRuleMatrixEntityDao
public SoDRuleMatrixEntityDao getSoDRuleMatrixEntityDao()
Gets reference tosoDRuleMatrixEntityDao.
-
setTenantEntityDao
public void setTenantEntityDao(TenantEntityDao tenantEntityDao)
Sets reference totenantEntityDao.
-
getTenantEntityDao
public TenantEntityDao getTenantEntityDao()
Gets reference totenantEntityDao.
-
toSoDRule
public void toSoDRule(SoDRuleEntity source, com.soffid.iam.api.SoDRule target)
Copy data toSoDRuleobject- Specified by:
toSoDRulein interfaceSoDRuleEntityDao
-
toSoDRule
public com.soffid.iam.api.SoDRule toSoDRule(SoDRuleEntity entity)
Transforms toSoDRuleobject- Specified by:
toSoDRulein interfaceSoDRuleEntityDao
-
toSoDRuleList
public List<com.soffid.iam.api.SoDRule> toSoDRuleList(Collection<SoDRuleEntity> instances)
Transforms toSoDRulelist- Specified by:
toSoDRuleListin interfaceSoDRuleEntityDao
-
soDRuleToEntity
public void soDRuleToEntity(com.soffid.iam.api.SoDRule source, SoDRuleEntity target, boolean copyIfNull)Copy data fromSoDRuleobject- Specified by:
soDRuleToEntityin interfaceSoDRuleEntityDao
-
soDRuleToEntity
public SoDRuleEntity soDRuleToEntity(com.soffid.iam.api.SoDRule instance)
Transforms fromSoDRuleobject- Specified by:
soDRuleToEntityin interfaceSoDRuleEntityDao
-
soDRuleToEntityList
public List<SoDRuleEntity> soDRuleToEntityList(Collection<com.soffid.iam.api.SoDRule> instances)
Transforms fromSoDRulelist- Specified by:
soDRuleToEntityListin interfaceSoDRuleEntityDao
-
newSoDRuleEntity
public SoDRuleEntity newSoDRuleEntity()
Creates an instance ofSoDRuleEntity.- Specified by:
newSoDRuleEntityin interfaceSoDRuleEntityDao
-
load
public SoDRuleEntity load(Long id)
Loads an instance ofSoDRuleEntityfrom the persistent store.- Specified by:
loadin interfaceSoDRuleEntityDao
-
loadAll
public List<SoDRuleEntity> loadAll()
Loads all instances ofSoDRuleEntityfrom the persistent store.- Specified by:
loadAllin interfaceSoDRuleEntityDao
-
create
public void create(SoDRuleEntity entity)
Adds an instance ofSoDRuleEntityto the persistent store.- Specified by:
createin interfaceSoDRuleEntityDao
-
update
public void update(SoDRuleEntity entity)
Updates an instance ofSoDRuleEntityat the persistent store.- Specified by:
updatein interfaceSoDRuleEntityDao
-
remove
public void remove(SoDRuleEntity entity)
Removes an instance ofSoDRuleEntityfrom the persistent store.- Specified by:
removein interfaceSoDRuleEntityDao
-
create
public void create(Collection<? extends SoDRuleEntity> entities)
Creates a collection ofSoDRuleEntityand adds it to the persistent store.- Specified by:
createin interfaceSoDRuleEntityDao
-
update
public void update(Collection<? extends SoDRuleEntity> entities)
Updates a collection ofSoDRuleEntityin the persistent store.- Specified by:
updatein interfaceSoDRuleEntityDao
-
remove
public void remove(Collection<? extends SoDRuleEntity> entities)
Removes a collection ofSoDRuleEntityfrom the persistent store.- Specified by:
removein interfaceSoDRuleEntityDao
-
remove
public void remove(Long id)
Removes an instance ofSoDRuleEntityfrom the persistent store.- Specified by:
removein interfaceSoDRuleEntityDao
-
query
public List<SoDRuleEntity> query(String queryString, Parameter[] parameters)
Query ofSoDRuleEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters- Specified by:
queryin interfaceSoDRuleEntityDao
-
query
public List<SoDRuleEntity> query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofSoDRuleEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return- Specified by:
queryin interfaceSoDRuleEntityDao
-
-