Package com.soffid.iam.model
Class SystemEntityDaoBase
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.SystemEntityDaoBase
-
- All Implemented Interfaces:
SystemEntityDao,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
SystemEntityDaoImpl
public abstract class SystemEntityDaoBase extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements SystemEntityDao
DAO Base for Entity SystemEntity
-
-
Constructor Summary
Constructors Constructor Description SystemEntityDaoBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(SystemEntity entity)Adds an instance ofSystemEntityto the persistent store.voidcreate(Collection<? extends SystemEntity> entities)Creates a collection ofSystemEntityand adds it to the persistent store.SystemEntitydispatcherToEntity(es.caib.seycon.ng.comu.Dispatcher instance)Transforms fromDispatcherobjectvoiddispatcherToEntity(es.caib.seycon.ng.comu.Dispatcher source, SystemEntity target, boolean copyIfNull)Copy data fromDispatcherobjectList<SystemEntity>dispatcherToEntityList(Collection<es.caib.seycon.ng.comu.Dispatcher> instances)Transforms fromSystemlistList<SystemEntity>findActives()Operation findActivesList<SystemEntity>findActives(CriteriaSearchConfiguration criteria)CriteriaSearchConfiguration implementationList<SystemEntity>findActives(String queryString, CriteriaSearchConfiguration criteria)Internal implementationList<SystemEntity>findByFilter(CriteriaSearchConfiguration criteria, String name, String className, String url, String roleBased, String trusted, String active)CriteriaSearchConfiguration implementationList<SystemEntity>findByFilter(String queryString, CriteriaSearchConfiguration criteria, String name, String className, String url, String roleBased, String trusted, String active)Internal implementationList<SystemEntity>findByFilter(String name, String className, String url, String roleBased, String trusted, String active)Operation findByFilterSystemEntityfindByName(CriteriaSearchConfiguration criteria, String name)CriteriaSearchConfiguration implementationSystemEntityfindByName(String name)Operation findByNameSystemEntityfindByName(String queryString, CriteriaSearchConfiguration criteria, String name)Internal implementationCollection<SystemEntity>findByUsage(CriteriaSearchConfiguration criteria, String usage)CriteriaSearchConfiguration implementationCollection<SystemEntity>findByUsage(String usage)Operation findByUsageCollection<SystemEntity>findByUsage(String queryString, CriteriaSearchConfiguration criteria, String usage)Internal implementationCollection<SystemEntity>findServerTenants(CriteriaSearchConfiguration criteria, String server)CriteriaSearchConfiguration implementationCollection<SystemEntity>findServerTenants(String server)Operation findServerTenantsCollection<SystemEntity>findServerTenants(String queryString, CriteriaSearchConfiguration criteria, String server)Internal implementationCollection<SystemEntity>findServices(CriteriaSearchConfiguration criteria, String url, boolean t)CriteriaSearchConfiguration implementationCollection<SystemEntity>findServices(String url, boolean t)Operation findServicesCollection<SystemEntity>findServices(String queryString, CriteriaSearchConfiguration criteria, String url, boolean t)Internal implementationSystemEntityfindSoffidSystem()Operation findSoffidSystemSystemEntityfindSoffidSystem(CriteriaSearchConfiguration criteria)CriteriaSearchConfiguration implementationSystemEntityfindSoffidSystem(String queryString, CriteriaSearchConfiguration criteria)Internal implementationAccessControlEntityDaogetAccessControlEntityDao()Gets reference tocontrolAccessEntityDao.AccountEntityDaogetAccountEntityDao()Gets reference toaccountEntityDao.AccountMetadataEntityDaogetAccountMetadataEntityDao()Gets reference toaccountMetadataEntityDao.AuditEntityDaogetAuditEntityDao()Gets reference toauditoriaEntityDao.AuthoritativeChangeEntityDaogetAuthoritativeChangeEntityDao()Gets reference toauthoritativeChangeEntityDao.EmailDomainEntityDaogetEmailDomainEntityDao()Gets reference todominiCorreuEntityDao.EntryPointEntityDaogetEntryPointEntityDao()Gets reference topuntEntradaEntityDao.GroupEntityDaogetGroupEntityDao()Gets reference togrupEntityDao.HostSystemEntityDaogetHostSystemEntityDao()Gets reference tohostSystemEntityDao.IssueEntityDaogetIssueEntityDao()Gets reference toissueEntityDao.ObjectMappingEntityDaogetObjectMappingEntityDao()Gets reference toobjectMappingEntityDao.PasswordDomainEntityDaogetPasswordDomainEntityDao()Gets reference todominiContrasenyaEntityDao.PasswordPolicyEntityDaogetPasswordPolicyEntityDao()Gets reference topoliticaContrasenyaEntityDao.ReconcileTriggerEntityDaogetReconcileTriggerEntityDao()Gets reference toreconcileTriggerEntityDao.RoleEntityDaogetRoleEntityDao()Gets reference torolEntityDao.SystemGroupEntityDaogetSystemGroupEntityDao()Gets reference togrupDispatcherEntityDao.TenantEntityDaogetTenantEntityDao()Gets reference totenantEntityDao.UserDomainEntityDaogetUserDomainEntityDao()Gets reference todominiUsuariEntityDao.UserTypeEntityDaogetUserTypeEntityDao()Gets reference totipusUsuariEntityDao.UserTypeSystemEntityDaogetUserTypeSystemEntityDao()Gets reference totipusUsuariDispatcherEntityDao.SystemEntityload(Long id)Loads an instance ofSystemEntityfrom the persistent store.List<SystemEntity>loadAll()Loads all instances ofSystemEntityfrom the persistent store.SystemEntitynewSystemEntity()Creates an instance ofSystemEntity.List<SystemEntity>query(String queryString, Parameter[] parameters)Query ofSystemEntityfrom the persistent store.List<SystemEntity>query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofSystemEntityfrom the persistent store.voidremove(SystemEntity entity)Removes an instance ofSystemEntityfrom the persistent store.voidremove(Long id)Removes an instance ofSystemEntityfrom the persistent store.voidremove(Collection<? extends SystemEntity> entities)Removes a collection ofSystemEntityfrom the persistent store.voidsetAccessControlEntityDao(AccessControlEntityDao controlAccessEntityDao)Sets reference tocontrolAccessEntityDao.voidsetAccountEntityDao(AccountEntityDao accountEntityDao)Sets reference toaccountEntityDao.voidsetAccountMetadataEntityDao(AccountMetadataEntityDao accountMetadataEntityDao)Sets reference toaccountMetadataEntityDao.voidsetAuditEntityDao(AuditEntityDao auditoriaEntityDao)Sets reference toauditoriaEntityDao.voidsetAuthoritativeChangeEntityDao(AuthoritativeChangeEntityDao authoritativeChangeEntityDao)Sets reference toauthoritativeChangeEntityDao.voidsetEmailDomainEntityDao(EmailDomainEntityDao dominiCorreuEntityDao)Sets reference todominiCorreuEntityDao.voidsetEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)Sets reference topuntEntradaEntityDao.voidsetGroupEntityDao(GroupEntityDao grupEntityDao)Sets reference togrupEntityDao.voidsetHostSystemEntityDao(HostSystemEntityDao hostSystemEntityDao)Sets reference tohostSystemEntityDao.voidsetIssueEntityDao(IssueEntityDao issueEntityDao)Sets reference toissueEntityDao.voidsetObjectMappingEntityDao(ObjectMappingEntityDao objectMappingEntityDao)Sets reference toobjectMappingEntityDao.voidsetPasswordDomainEntityDao(PasswordDomainEntityDao dominiContrasenyaEntityDao)Sets reference todominiContrasenyaEntityDao.voidsetPasswordPolicyEntityDao(PasswordPolicyEntityDao politicaContrasenyaEntityDao)Sets reference topoliticaContrasenyaEntityDao.voidsetReconcileTriggerEntityDao(ReconcileTriggerEntityDao reconcileTriggerEntityDao)Sets reference toreconcileTriggerEntityDao.voidsetRoleEntityDao(RoleEntityDao rolEntityDao)Sets reference torolEntityDao.voidsetSystemGroupEntityDao(SystemGroupEntityDao grupDispatcherEntityDao)Sets reference togrupDispatcherEntityDao.voidsetTenantEntityDao(TenantEntityDao tenantEntityDao)Sets reference totenantEntityDao.voidsetUserDomainEntityDao(UserDomainEntityDao dominiUsuariEntityDao)Sets reference todominiUsuariEntityDao.voidsetUserTypeEntityDao(UserTypeEntityDao tipusUsuariEntityDao)Sets reference totipusUsuariEntityDao.voidsetUserTypeSystemEntityDao(UserTypeSystemEntityDao tipusUsuariDispatcherEntityDao)Sets reference totipusUsuariDispatcherEntityDao.SystemEntitysystemToEntity(com.soffid.iam.api.System instance)Transforms fromSystemobjectvoidsystemToEntity(com.soffid.iam.api.System source, SystemEntity target, boolean copyIfNull)Copy data fromSystemobjectList<SystemEntity>systemToEntityList(Collection<com.soffid.iam.api.System> instances)Transforms fromSystemlistes.caib.seycon.ng.comu.DispatchertoDispatcher(SystemEntity entity)Transforms toSystemobjectvoidtoDispatcher(SystemEntity source, es.caib.seycon.ng.comu.Dispatcher target)Copy data toDispatcherobjectList<es.caib.seycon.ng.comu.Dispatcher>toDispatcherList(Collection<SystemEntity> instances)Transforms toDispatcherlistcom.soffid.iam.api.SystemtoSystem(SystemEntity entity)Transforms toSystemobjectvoidtoSystem(SystemEntity source, com.soffid.iam.api.System target)Copy data toSystemobjectList<com.soffid.iam.api.System>toSystemList(Collection<SystemEntity> instances)Transforms toSystemlistvoidupdate(SystemEntity entity)Updates an instance ofSystemEntityat the persistent store.voidupdate(Collection<? extends SystemEntity> entities)Updates a collection ofSystemEntityin 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.
-
setAccountMetadataEntityDao
public void setAccountMetadataEntityDao(AccountMetadataEntityDao accountMetadataEntityDao)
Sets reference toaccountMetadataEntityDao.
-
getAccountMetadataEntityDao
public AccountMetadataEntityDao getAccountMetadataEntityDao()
Gets reference toaccountMetadataEntityDao.
-
setAuditEntityDao
public void setAuditEntityDao(AuditEntityDao auditoriaEntityDao)
Sets reference toauditoriaEntityDao.
-
getAuditEntityDao
public AuditEntityDao getAuditEntityDao()
Gets reference toauditoriaEntityDao.
-
setAuthoritativeChangeEntityDao
public void setAuthoritativeChangeEntityDao(AuthoritativeChangeEntityDao authoritativeChangeEntityDao)
Sets reference toauthoritativeChangeEntityDao.
-
getAuthoritativeChangeEntityDao
public AuthoritativeChangeEntityDao getAuthoritativeChangeEntityDao()
Gets reference toauthoritativeChangeEntityDao.
-
setAccessControlEntityDao
public void setAccessControlEntityDao(AccessControlEntityDao controlAccessEntityDao)
Sets reference tocontrolAccessEntityDao.
-
getAccessControlEntityDao
public AccessControlEntityDao getAccessControlEntityDao()
Gets reference tocontrolAccessEntityDao.
-
setPasswordDomainEntityDao
public void setPasswordDomainEntityDao(PasswordDomainEntityDao dominiContrasenyaEntityDao)
Sets reference todominiContrasenyaEntityDao.
-
getPasswordDomainEntityDao
public PasswordDomainEntityDao getPasswordDomainEntityDao()
Gets reference todominiContrasenyaEntityDao.
-
setEmailDomainEntityDao
public void setEmailDomainEntityDao(EmailDomainEntityDao dominiCorreuEntityDao)
Sets reference todominiCorreuEntityDao.
-
getEmailDomainEntityDao
public EmailDomainEntityDao getEmailDomainEntityDao()
Gets reference todominiCorreuEntityDao.
-
setUserDomainEntityDao
public void setUserDomainEntityDao(UserDomainEntityDao dominiUsuariEntityDao)
Sets reference todominiUsuariEntityDao.
-
getUserDomainEntityDao
public UserDomainEntityDao getUserDomainEntityDao()
Gets reference todominiUsuariEntityDao.
-
setSystemGroupEntityDao
public void setSystemGroupEntityDao(SystemGroupEntityDao grupDispatcherEntityDao)
Sets reference togrupDispatcherEntityDao.
-
getSystemGroupEntityDao
public SystemGroupEntityDao getSystemGroupEntityDao()
Gets reference togrupDispatcherEntityDao.
-
setGroupEntityDao
public void setGroupEntityDao(GroupEntityDao grupEntityDao)
Sets reference togrupEntityDao.
-
getGroupEntityDao
public GroupEntityDao getGroupEntityDao()
Gets reference togrupEntityDao.
-
setHostSystemEntityDao
public void setHostSystemEntityDao(HostSystemEntityDao hostSystemEntityDao)
Sets reference tohostSystemEntityDao.
-
getHostSystemEntityDao
public HostSystemEntityDao getHostSystemEntityDao()
Gets reference tohostSystemEntityDao.
-
setIssueEntityDao
public void setIssueEntityDao(IssueEntityDao issueEntityDao)
Sets reference toissueEntityDao.
-
getIssueEntityDao
public IssueEntityDao getIssueEntityDao()
Gets reference toissueEntityDao.
-
setObjectMappingEntityDao
public void setObjectMappingEntityDao(ObjectMappingEntityDao objectMappingEntityDao)
Sets reference toobjectMappingEntityDao.
-
getObjectMappingEntityDao
public ObjectMappingEntityDao getObjectMappingEntityDao()
Gets reference toobjectMappingEntityDao.
-
setPasswordPolicyEntityDao
public void setPasswordPolicyEntityDao(PasswordPolicyEntityDao politicaContrasenyaEntityDao)
Sets reference topoliticaContrasenyaEntityDao.
-
getPasswordPolicyEntityDao
public PasswordPolicyEntityDao getPasswordPolicyEntityDao()
Gets reference topoliticaContrasenyaEntityDao.
-
setEntryPointEntityDao
public void setEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)
Sets reference topuntEntradaEntityDao.
-
getEntryPointEntityDao
public EntryPointEntityDao getEntryPointEntityDao()
Gets reference topuntEntradaEntityDao.
-
setReconcileTriggerEntityDao
public void setReconcileTriggerEntityDao(ReconcileTriggerEntityDao reconcileTriggerEntityDao)
Sets reference toreconcileTriggerEntityDao.
-
getReconcileTriggerEntityDao
public ReconcileTriggerEntityDao getReconcileTriggerEntityDao()
Gets reference toreconcileTriggerEntityDao.
-
setRoleEntityDao
public void setRoleEntityDao(RoleEntityDao rolEntityDao)
Sets reference torolEntityDao.
-
getRoleEntityDao
public RoleEntityDao getRoleEntityDao()
Gets reference torolEntityDao.
-
setTenantEntityDao
public void setTenantEntityDao(TenantEntityDao tenantEntityDao)
Sets reference totenantEntityDao.
-
getTenantEntityDao
public TenantEntityDao getTenantEntityDao()
Gets reference totenantEntityDao.
-
setUserTypeSystemEntityDao
public void setUserTypeSystemEntityDao(UserTypeSystemEntityDao tipusUsuariDispatcherEntityDao)
Sets reference totipusUsuariDispatcherEntityDao.
-
getUserTypeSystemEntityDao
public UserTypeSystemEntityDao getUserTypeSystemEntityDao()
Gets reference totipusUsuariDispatcherEntityDao.
-
setUserTypeEntityDao
public void setUserTypeEntityDao(UserTypeEntityDao tipusUsuariEntityDao)
Sets reference totipusUsuariEntityDao.
-
getUserTypeEntityDao
public UserTypeEntityDao getUserTypeEntityDao()
Gets reference totipusUsuariEntityDao.
-
findByName
public SystemEntity findByName(String name)
Operation findByName- Specified by:
findByNamein interfaceSystemEntityDao- Parameters:
name-- Returns:
-
findByName
public SystemEntity findByName(CriteriaSearchConfiguration criteria, String name)
CriteriaSearchConfiguration implementation- Specified by:
findByNamein interfaceSystemEntityDao
-
findByName
public SystemEntity findByName(String queryString, CriteriaSearchConfiguration criteria, String name)
Internal implementation
-
findSoffidSystem
public SystemEntity findSoffidSystem()
Operation findSoffidSystem- Specified by:
findSoffidSystemin interfaceSystemEntityDao- Returns:
-
findSoffidSystem
public SystemEntity findSoffidSystem(CriteriaSearchConfiguration criteria)
CriteriaSearchConfiguration implementation- Specified by:
findSoffidSystemin interfaceSystemEntityDao
-
findSoffidSystem
public SystemEntity findSoffidSystem(String queryString, CriteriaSearchConfiguration criteria)
Internal implementation
-
findByUsage
public Collection<SystemEntity> findByUsage(String usage)
Operation findByUsage- Specified by:
findByUsagein interfaceSystemEntityDao- Parameters:
usage-- Returns:
-
findByUsage
public Collection<SystemEntity> findByUsage(CriteriaSearchConfiguration criteria, String usage)
CriteriaSearchConfiguration implementation- Specified by:
findByUsagein interfaceSystemEntityDao
-
findByUsage
public Collection<SystemEntity> findByUsage(String queryString, CriteriaSearchConfiguration criteria, String usage)
Internal implementation
-
findServerTenants
public Collection<SystemEntity> findServerTenants(String server)
Operation findServerTenants- Specified by:
findServerTenantsin interfaceSystemEntityDao- Parameters:
server-- Returns:
-
findServerTenants
public Collection<SystemEntity> findServerTenants(CriteriaSearchConfiguration criteria, String server)
CriteriaSearchConfiguration implementation- Specified by:
findServerTenantsin interfaceSystemEntityDao
-
findServerTenants
public Collection<SystemEntity> findServerTenants(String queryString, CriteriaSearchConfiguration criteria, String server)
Internal implementation
-
findServices
public Collection<SystemEntity> findServices(String url, boolean t)
Operation findServices- Specified by:
findServicesin interfaceSystemEntityDao- Parameters:
url-t-- Returns:
-
findServices
public Collection<SystemEntity> findServices(CriteriaSearchConfiguration criteria, String url, boolean t)
CriteriaSearchConfiguration implementation- Specified by:
findServicesin interfaceSystemEntityDao
-
findServices
public Collection<SystemEntity> findServices(String queryString, CriteriaSearchConfiguration criteria, String url, boolean t)
Internal implementation
-
findActives
public List<SystemEntity> findActives()
Operation findActives- Specified by:
findActivesin interfaceSystemEntityDao- Returns:
-
findActives
public List<SystemEntity> findActives(CriteriaSearchConfiguration criteria)
CriteriaSearchConfiguration implementation- Specified by:
findActivesin interfaceSystemEntityDao
-
findActives
public List<SystemEntity> findActives(String queryString, CriteriaSearchConfiguration criteria)
Internal implementation
-
findByFilter
public List<SystemEntity> findByFilter(String name, String className, String url, String roleBased, String trusted, String active)
Operation findByFilter- Specified by:
findByFilterin interfaceSystemEntityDao- Parameters:
name-className-url-roleBased-trusted-active-- Returns:
-
findByFilter
public List<SystemEntity> findByFilter(CriteriaSearchConfiguration criteria, String name, String className, String url, String roleBased, String trusted, String active)
CriteriaSearchConfiguration implementation- Specified by:
findByFilterin interfaceSystemEntityDao
-
findByFilter
public List<SystemEntity> findByFilter(String queryString, CriteriaSearchConfiguration criteria, String name, String className, String url, String roleBased, String trusted, String active)
Internal implementation
-
toSystem
public void toSystem(SystemEntity source, com.soffid.iam.api.System target)
Copy data toSystemobject- Specified by:
toSystemin interfaceSystemEntityDao
-
toSystem
public com.soffid.iam.api.System toSystem(SystemEntity entity)
Transforms toSystemobject- Specified by:
toSystemin interfaceSystemEntityDao
-
toSystemList
public List<com.soffid.iam.api.System> toSystemList(Collection<SystemEntity> instances)
Transforms toSystemlist- Specified by:
toSystemListin interfaceSystemEntityDao
-
systemToEntity
public void systemToEntity(com.soffid.iam.api.System source, SystemEntity target, boolean copyIfNull)Copy data fromSystemobject- Specified by:
systemToEntityin interfaceSystemEntityDao
-
systemToEntity
public SystemEntity systemToEntity(com.soffid.iam.api.System instance)
Transforms fromSystemobject- Specified by:
systemToEntityin interfaceSystemEntityDao
-
systemToEntityList
public List<SystemEntity> systemToEntityList(Collection<com.soffid.iam.api.System> instances)
Transforms fromSystemlist- Specified by:
systemToEntityListin interfaceSystemEntityDao
-
toDispatcher
public void toDispatcher(SystemEntity source, es.caib.seycon.ng.comu.Dispatcher target)
Description copied from interface:SystemEntityDaoCopy data toDispatcherobject- Specified by:
toDispatcherin interfaceSystemEntityDao
-
toDispatcher
public es.caib.seycon.ng.comu.Dispatcher toDispatcher(SystemEntity entity)
Transforms toSystemobject- Specified by:
toDispatcherin interfaceSystemEntityDao
-
toDispatcherList
public List<es.caib.seycon.ng.comu.Dispatcher> toDispatcherList(Collection<SystemEntity> instances)
Transforms toDispatcherlist- Specified by:
toDispatcherListin interfaceSystemEntityDao
-
dispatcherToEntity
public void dispatcherToEntity(es.caib.seycon.ng.comu.Dispatcher source, SystemEntity target, boolean copyIfNull)Copy data fromDispatcherobject- Specified by:
dispatcherToEntityin interfaceSystemEntityDao
-
dispatcherToEntity
public SystemEntity dispatcherToEntity(es.caib.seycon.ng.comu.Dispatcher instance)
Transforms fromDispatcherobject- Specified by:
dispatcherToEntityin interfaceSystemEntityDao
-
dispatcherToEntityList
public List<SystemEntity> dispatcherToEntityList(Collection<es.caib.seycon.ng.comu.Dispatcher> instances)
Transforms fromSystemlist- Specified by:
dispatcherToEntityListin interfaceSystemEntityDao
-
newSystemEntity
public SystemEntity newSystemEntity()
Creates an instance ofSystemEntity.- Specified by:
newSystemEntityin interfaceSystemEntityDao
-
load
public SystemEntity load(Long id)
Loads an instance ofSystemEntityfrom the persistent store.- Specified by:
loadin interfaceSystemEntityDao
-
loadAll
public List<SystemEntity> loadAll()
Loads all instances ofSystemEntityfrom the persistent store.- Specified by:
loadAllin interfaceSystemEntityDao
-
create
public void create(SystemEntity entity)
Adds an instance ofSystemEntityto the persistent store.- Specified by:
createin interfaceSystemEntityDao
-
update
public void update(SystemEntity entity)
Updates an instance ofSystemEntityat the persistent store.- Specified by:
updatein interfaceSystemEntityDao
-
remove
public void remove(SystemEntity entity)
Removes an instance ofSystemEntityfrom the persistent store.- Specified by:
removein interfaceSystemEntityDao
-
create
public void create(Collection<? extends SystemEntity> entities)
Creates a collection ofSystemEntityand adds it to the persistent store.- Specified by:
createin interfaceSystemEntityDao
-
update
public void update(Collection<? extends SystemEntity> entities)
Updates a collection ofSystemEntityin the persistent store.- Specified by:
updatein interfaceSystemEntityDao
-
remove
public void remove(Collection<? extends SystemEntity> entities)
Removes a collection ofSystemEntityfrom the persistent store.- Specified by:
removein interfaceSystemEntityDao
-
remove
public void remove(Long id)
Removes an instance ofSystemEntityfrom the persistent store.- Specified by:
removein interfaceSystemEntityDao
-
query
public List<SystemEntity> query(String queryString, Parameter[] parameters)
Query ofSystemEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters- Specified by:
queryin interfaceSystemEntityDao
-
query
public List<SystemEntity> query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofSystemEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return- Specified by:
queryin interfaceSystemEntityDao
-
-