Package com.soffid.iam.model
Class EntryPointTreeEntityDaoBase
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.EntryPointTreeEntityDaoBase
-
- All Implemented Interfaces:
EntryPointTreeEntityDao,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
EntryPointTreeEntityDaoImpl
public abstract class EntryPointTreeEntityDaoBase extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements EntryPointTreeEntityDao
DAO Base for Entity EntryPointTreeEntity
-
-
Constructor Summary
Constructors Constructor Description EntryPointTreeEntityDaoBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntryPointTreeEntityapplicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree instance)Transforms fromApplicationAccessTreeobjectvoidapplicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree source, EntryPointTreeEntity target, boolean copyIfNull)Copy data fromApplicationAccessTreeobjectList<EntryPointTreeEntity>applicationAccessTreeToEntityList(Collection<com.soffid.iam.api.ApplicationAccessTree> instances)Transforms fromApplicationAccessTreelistEntryPointTreeEntityarbrePuntEntradaToEntity(es.caib.seycon.ng.comu.ArbrePuntEntrada instance)Transforms fromArbrePuntEntradaobjectvoidarbrePuntEntradaToEntity(es.caib.seycon.ng.comu.ArbrePuntEntrada source, EntryPointTreeEntity target, boolean copyIfNull)Copy data fromArbrePuntEntradaobjectList<EntryPointTreeEntity>arbrePuntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.ArbrePuntEntrada> instances)Transforms fromApplicationAccessTreelistvoidcreate(EntryPointTreeEntity entity)Adds an instance ofEntryPointTreeEntityto the persistent store.voidcreate(Collection<? extends EntryPointTreeEntity> entities)Creates a collection ofEntryPointTreeEntityand adds it to the persistent store.List<EntryPointTreeEntity>findByChildren(CriteriaSearchConfiguration criteria, Long childId)CriteriaSearchConfiguration implementationList<EntryPointTreeEntity>findByChildren(Long childId)Operation findByChildrenList<EntryPointTreeEntity>findByChildren(String queryString, CriteriaSearchConfiguration criteria, Long childId)Internal implementationList<EntryPointTreeEntity>findByParent(CriteriaSearchConfiguration criteria, Long parentId)CriteriaSearchConfiguration implementationList<EntryPointTreeEntity>findByParent(Long parentId)Operation findByParentList<EntryPointTreeEntity>findByParent(String queryString, CriteriaSearchConfiguration criteria, Long parentId)Internal implementationAuditEntityDaogetAuditEntityDao()Gets reference toauditoriaEntityDao.EntryPointEntityDaogetEntryPointEntityDao()Gets reference topuntEntradaEntityDao.EntryPointTreeEntityload(Long id)Loads an instance ofEntryPointTreeEntityfrom the persistent store.List<EntryPointTreeEntity>loadAll()Loads all instances ofEntryPointTreeEntityfrom the persistent store.EntryPointTreeEntitynewEntryPointTreeEntity()Creates an instance ofEntryPointTreeEntity.List<EntryPointTreeEntity>query(String queryString, Parameter[] parameters)Query ofEntryPointTreeEntityfrom the persistent store.List<EntryPointTreeEntity>query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofEntryPointTreeEntityfrom the persistent store.voidremove(EntryPointTreeEntity entity)Removes an instance ofEntryPointTreeEntityfrom the persistent store.voidremove(Long id)Removes an instance ofEntryPointTreeEntityfrom the persistent store.voidremove(Collection<? extends EntryPointTreeEntity> entities)Removes a collection ofEntryPointTreeEntityfrom the persistent store.voidsetAuditEntityDao(AuditEntityDao auditoriaEntityDao)Sets reference toauditoriaEntityDao.voidsetEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)Sets reference topuntEntradaEntityDao.com.soffid.iam.api.ApplicationAccessTreetoApplicationAccessTree(EntryPointTreeEntity entity)Transforms toApplicationAccessTreeobjectvoidtoApplicationAccessTree(EntryPointTreeEntity source, com.soffid.iam.api.ApplicationAccessTree target)Copy data toApplicationAccessTreeobjectList<com.soffid.iam.api.ApplicationAccessTree>toApplicationAccessTreeList(Collection<EntryPointTreeEntity> instances)Transforms toApplicationAccessTreelistes.caib.seycon.ng.comu.ArbrePuntEntradatoArbrePuntEntrada(EntryPointTreeEntity entity)Transforms toApplicationAccessTreeobjectvoidtoArbrePuntEntrada(EntryPointTreeEntity source, es.caib.seycon.ng.comu.ArbrePuntEntrada target)Copy data toArbrePuntEntradaobjectList<es.caib.seycon.ng.comu.ArbrePuntEntrada>toArbrePuntEntradaList(Collection<EntryPointTreeEntity> instances)Transforms toArbrePuntEntradalistvoidupdate(EntryPointTreeEntity entity)Updates an instance ofEntryPointTreeEntityat the persistent store.voidupdate(Collection<? extends EntryPointTreeEntity> entities)Updates a collection ofEntryPointTreeEntityin 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
-
setAuditEntityDao
public void setAuditEntityDao(AuditEntityDao auditoriaEntityDao)
Sets reference toauditoriaEntityDao.
-
getAuditEntityDao
public AuditEntityDao getAuditEntityDao()
Gets reference toauditoriaEntityDao.
-
setEntryPointEntityDao
public void setEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)
Sets reference topuntEntradaEntityDao.
-
getEntryPointEntityDao
public EntryPointEntityDao getEntryPointEntityDao()
Gets reference topuntEntradaEntityDao.
-
findByChildren
public List<EntryPointTreeEntity> findByChildren(Long childId)
Operation findByChildren- Specified by:
findByChildrenin interfaceEntryPointTreeEntityDao- Parameters:
childId-- Returns:
-
findByChildren
public List<EntryPointTreeEntity> findByChildren(CriteriaSearchConfiguration criteria, Long childId)
CriteriaSearchConfiguration implementation- Specified by:
findByChildrenin interfaceEntryPointTreeEntityDao
-
findByChildren
public List<EntryPointTreeEntity> findByChildren(String queryString, CriteriaSearchConfiguration criteria, Long childId)
Internal implementation
-
findByParent
public List<EntryPointTreeEntity> findByParent(Long parentId)
Operation findByParent- Specified by:
findByParentin interfaceEntryPointTreeEntityDao- Parameters:
parentId-- Returns:
-
findByParent
public List<EntryPointTreeEntity> findByParent(CriteriaSearchConfiguration criteria, Long parentId)
CriteriaSearchConfiguration implementation- Specified by:
findByParentin interfaceEntryPointTreeEntityDao
-
findByParent
public List<EntryPointTreeEntity> findByParent(String queryString, CriteriaSearchConfiguration criteria, Long parentId)
Internal implementation
-
toApplicationAccessTree
public void toApplicationAccessTree(EntryPointTreeEntity source, com.soffid.iam.api.ApplicationAccessTree target)
Copy data toApplicationAccessTreeobject- Specified by:
toApplicationAccessTreein interfaceEntryPointTreeEntityDao
-
toApplicationAccessTree
public com.soffid.iam.api.ApplicationAccessTree toApplicationAccessTree(EntryPointTreeEntity entity)
Transforms toApplicationAccessTreeobject- Specified by:
toApplicationAccessTreein interfaceEntryPointTreeEntityDao
-
toApplicationAccessTreeList
public List<com.soffid.iam.api.ApplicationAccessTree> toApplicationAccessTreeList(Collection<EntryPointTreeEntity> instances)
Transforms toApplicationAccessTreelist- Specified by:
toApplicationAccessTreeListin interfaceEntryPointTreeEntityDao
-
applicationAccessTreeToEntity
public void applicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree source, EntryPointTreeEntity target, boolean copyIfNull)Copy data fromApplicationAccessTreeobject- Specified by:
applicationAccessTreeToEntityin interfaceEntryPointTreeEntityDao
-
applicationAccessTreeToEntity
public EntryPointTreeEntity applicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree instance)
Transforms fromApplicationAccessTreeobject- Specified by:
applicationAccessTreeToEntityin interfaceEntryPointTreeEntityDao
-
applicationAccessTreeToEntityList
public List<EntryPointTreeEntity> applicationAccessTreeToEntityList(Collection<com.soffid.iam.api.ApplicationAccessTree> instances)
Transforms fromApplicationAccessTreelist- Specified by:
applicationAccessTreeToEntityListin interfaceEntryPointTreeEntityDao
-
toArbrePuntEntrada
public void toArbrePuntEntrada(EntryPointTreeEntity source, es.caib.seycon.ng.comu.ArbrePuntEntrada target)
Description copied from interface:EntryPointTreeEntityDaoCopy data toArbrePuntEntradaobject- Specified by:
toArbrePuntEntradain interfaceEntryPointTreeEntityDao
-
toArbrePuntEntrada
public es.caib.seycon.ng.comu.ArbrePuntEntrada toArbrePuntEntrada(EntryPointTreeEntity entity)
Transforms toApplicationAccessTreeobject- Specified by:
toArbrePuntEntradain interfaceEntryPointTreeEntityDao
-
toArbrePuntEntradaList
public List<es.caib.seycon.ng.comu.ArbrePuntEntrada> toArbrePuntEntradaList(Collection<EntryPointTreeEntity> instances)
Transforms toArbrePuntEntradalist- Specified by:
toArbrePuntEntradaListin interfaceEntryPointTreeEntityDao
-
arbrePuntEntradaToEntity
public void arbrePuntEntradaToEntity(es.caib.seycon.ng.comu.ArbrePuntEntrada source, EntryPointTreeEntity target, boolean copyIfNull)Copy data fromArbrePuntEntradaobject- Specified by:
arbrePuntEntradaToEntityin interfaceEntryPointTreeEntityDao
-
arbrePuntEntradaToEntity
public EntryPointTreeEntity arbrePuntEntradaToEntity(es.caib.seycon.ng.comu.ArbrePuntEntrada instance)
Transforms fromArbrePuntEntradaobject- Specified by:
arbrePuntEntradaToEntityin interfaceEntryPointTreeEntityDao
-
arbrePuntEntradaToEntityList
public List<EntryPointTreeEntity> arbrePuntEntradaToEntityList(Collection<es.caib.seycon.ng.comu.ArbrePuntEntrada> instances)
Transforms fromApplicationAccessTreelist- Specified by:
arbrePuntEntradaToEntityListin interfaceEntryPointTreeEntityDao
-
newEntryPointTreeEntity
public EntryPointTreeEntity newEntryPointTreeEntity()
Creates an instance ofEntryPointTreeEntity.- Specified by:
newEntryPointTreeEntityin interfaceEntryPointTreeEntityDao
-
load
public EntryPointTreeEntity load(Long id)
Loads an instance ofEntryPointTreeEntityfrom the persistent store.- Specified by:
loadin interfaceEntryPointTreeEntityDao
-
loadAll
public List<EntryPointTreeEntity> loadAll()
Loads all instances ofEntryPointTreeEntityfrom the persistent store.- Specified by:
loadAllin interfaceEntryPointTreeEntityDao
-
create
public void create(EntryPointTreeEntity entity)
Adds an instance ofEntryPointTreeEntityto the persistent store.- Specified by:
createin interfaceEntryPointTreeEntityDao
-
update
public void update(EntryPointTreeEntity entity)
Updates an instance ofEntryPointTreeEntityat the persistent store.- Specified by:
updatein interfaceEntryPointTreeEntityDao
-
remove
public void remove(EntryPointTreeEntity entity)
Removes an instance ofEntryPointTreeEntityfrom the persistent store.- Specified by:
removein interfaceEntryPointTreeEntityDao
-
create
public void create(Collection<? extends EntryPointTreeEntity> entities)
Creates a collection ofEntryPointTreeEntityand adds it to the persistent store.- Specified by:
createin interfaceEntryPointTreeEntityDao
-
update
public void update(Collection<? extends EntryPointTreeEntity> entities)
Updates a collection ofEntryPointTreeEntityin the persistent store.- Specified by:
updatein interfaceEntryPointTreeEntityDao
-
remove
public void remove(Collection<? extends EntryPointTreeEntity> entities)
Removes a collection ofEntryPointTreeEntityfrom the persistent store.- Specified by:
removein interfaceEntryPointTreeEntityDao
-
remove
public void remove(Long id)
Removes an instance ofEntryPointTreeEntityfrom the persistent store.- Specified by:
removein interfaceEntryPointTreeEntityDao
-
query
public List<EntryPointTreeEntity> query(String queryString, Parameter[] parameters)
Query ofEntryPointTreeEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters- Specified by:
queryin interfaceEntryPointTreeEntityDao
-
query
public List<EntryPointTreeEntity> query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointTreeEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return- Specified by:
queryin interfaceEntryPointTreeEntityDao
-
-