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 void
create(SystemEntity entity)
Adds an instance ofSystemEntity
to the persistent store.void
create(Collection<? extends SystemEntity> entities)
Creates a collection ofSystemEntity
and adds it to the persistent store.SystemEntity
dispatcherToEntity(es.caib.seycon.ng.comu.Dispatcher instance)
Transforms fromDispatcher
objectvoid
dispatcherToEntity(es.caib.seycon.ng.comu.Dispatcher source, SystemEntity target, boolean copyIfNull)
Copy data fromDispatcher
objectList<SystemEntity>
dispatcherToEntityList(Collection<es.caib.seycon.ng.comu.Dispatcher> instances)
Transforms fromSystem
listList<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 findByFilterSystemEntity
findByName(CriteriaSearchConfiguration criteria, String name)
CriteriaSearchConfiguration implementationSystemEntity
findByName(String name)
Operation findByNameSystemEntity
findByName(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 implementationSystemEntity
findSoffidSystem()
Operation findSoffidSystemSystemEntity
findSoffidSystem(CriteriaSearchConfiguration criteria)
CriteriaSearchConfiguration implementationSystemEntity
findSoffidSystem(String queryString, CriteriaSearchConfiguration criteria)
Internal implementationAccessControlEntityDao
getAccessControlEntityDao()
Gets reference tocontrolAccessEntityDao
.AccountEntityDao
getAccountEntityDao()
Gets reference toaccountEntityDao
.AccountMetadataEntityDao
getAccountMetadataEntityDao()
Gets reference toaccountMetadataEntityDao
.AuditEntityDao
getAuditEntityDao()
Gets reference toauditoriaEntityDao
.AuthoritativeChangeEntityDao
getAuthoritativeChangeEntityDao()
Gets reference toauthoritativeChangeEntityDao
.EmailDomainEntityDao
getEmailDomainEntityDao()
Gets reference todominiCorreuEntityDao
.EntryPointEntityDao
getEntryPointEntityDao()
Gets reference topuntEntradaEntityDao
.GroupEntityDao
getGroupEntityDao()
Gets reference togrupEntityDao
.HostSystemEntityDao
getHostSystemEntityDao()
Gets reference tohostSystemEntityDao
.IssueEntityDao
getIssueEntityDao()
Gets reference toissueEntityDao
.ObjectMappingEntityDao
getObjectMappingEntityDao()
Gets reference toobjectMappingEntityDao
.PasswordDomainEntityDao
getPasswordDomainEntityDao()
Gets reference todominiContrasenyaEntityDao
.PasswordPolicyEntityDao
getPasswordPolicyEntityDao()
Gets reference topoliticaContrasenyaEntityDao
.ReconcileTriggerEntityDao
getReconcileTriggerEntityDao()
Gets reference toreconcileTriggerEntityDao
.RoleEntityDao
getRoleEntityDao()
Gets reference torolEntityDao
.SystemGroupEntityDao
getSystemGroupEntityDao()
Gets reference togrupDispatcherEntityDao
.TenantEntityDao
getTenantEntityDao()
Gets reference totenantEntityDao
.UserDomainEntityDao
getUserDomainEntityDao()
Gets reference todominiUsuariEntityDao
.UserTypeEntityDao
getUserTypeEntityDao()
Gets reference totipusUsuariEntityDao
.UserTypeSystemEntityDao
getUserTypeSystemEntityDao()
Gets reference totipusUsuariDispatcherEntityDao
.SystemEntity
load(Long id)
Loads an instance ofSystemEntity
from the persistent store.List<SystemEntity>
loadAll()
Loads all instances ofSystemEntity
from the persistent store.SystemEntity
newSystemEntity()
Creates an instance ofSystemEntity
.List<SystemEntity>
query(String queryString, Parameter[] parameters)
Query ofSystemEntity
from the persistent store.List<SystemEntity>
query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofSystemEntity
from the persistent store.void
remove(SystemEntity entity)
Removes an instance ofSystemEntity
from the persistent store.void
remove(Long id)
Removes an instance ofSystemEntity
from the persistent store.void
remove(Collection<? extends SystemEntity> entities)
Removes a collection ofSystemEntity
from the persistent store.void
setAccessControlEntityDao(AccessControlEntityDao controlAccessEntityDao)
Sets reference tocontrolAccessEntityDao
.void
setAccountEntityDao(AccountEntityDao accountEntityDao)
Sets reference toaccountEntityDao
.void
setAccountMetadataEntityDao(AccountMetadataEntityDao accountMetadataEntityDao)
Sets reference toaccountMetadataEntityDao
.void
setAuditEntityDao(AuditEntityDao auditoriaEntityDao)
Sets reference toauditoriaEntityDao
.void
setAuthoritativeChangeEntityDao(AuthoritativeChangeEntityDao authoritativeChangeEntityDao)
Sets reference toauthoritativeChangeEntityDao
.void
setEmailDomainEntityDao(EmailDomainEntityDao dominiCorreuEntityDao)
Sets reference todominiCorreuEntityDao
.void
setEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)
Sets reference topuntEntradaEntityDao
.void
setGroupEntityDao(GroupEntityDao grupEntityDao)
Sets reference togrupEntityDao
.void
setHostSystemEntityDao(HostSystemEntityDao hostSystemEntityDao)
Sets reference tohostSystemEntityDao
.void
setIssueEntityDao(IssueEntityDao issueEntityDao)
Sets reference toissueEntityDao
.void
setObjectMappingEntityDao(ObjectMappingEntityDao objectMappingEntityDao)
Sets reference toobjectMappingEntityDao
.void
setPasswordDomainEntityDao(PasswordDomainEntityDao dominiContrasenyaEntityDao)
Sets reference todominiContrasenyaEntityDao
.void
setPasswordPolicyEntityDao(PasswordPolicyEntityDao politicaContrasenyaEntityDao)
Sets reference topoliticaContrasenyaEntityDao
.void
setReconcileTriggerEntityDao(ReconcileTriggerEntityDao reconcileTriggerEntityDao)
Sets reference toreconcileTriggerEntityDao
.void
setRoleEntityDao(RoleEntityDao rolEntityDao)
Sets reference torolEntityDao
.void
setSystemGroupEntityDao(SystemGroupEntityDao grupDispatcherEntityDao)
Sets reference togrupDispatcherEntityDao
.void
setTenantEntityDao(TenantEntityDao tenantEntityDao)
Sets reference totenantEntityDao
.void
setUserDomainEntityDao(UserDomainEntityDao dominiUsuariEntityDao)
Sets reference todominiUsuariEntityDao
.void
setUserTypeEntityDao(UserTypeEntityDao tipusUsuariEntityDao)
Sets reference totipusUsuariEntityDao
.void
setUserTypeSystemEntityDao(UserTypeSystemEntityDao tipusUsuariDispatcherEntityDao)
Sets reference totipusUsuariDispatcherEntityDao
.SystemEntity
systemToEntity(com.soffid.iam.api.System instance)
Transforms fromSystem
objectvoid
systemToEntity(com.soffid.iam.api.System source, SystemEntity target, boolean copyIfNull)
Copy data fromSystem
objectList<SystemEntity>
systemToEntityList(Collection<com.soffid.iam.api.System> instances)
Transforms fromSystem
listes.caib.seycon.ng.comu.Dispatcher
toDispatcher(SystemEntity entity)
Transforms toSystem
objectvoid
toDispatcher(SystemEntity source, es.caib.seycon.ng.comu.Dispatcher target)
Copy data toDispatcher
objectList<es.caib.seycon.ng.comu.Dispatcher>
toDispatcherList(Collection<SystemEntity> instances)
Transforms toDispatcher
listcom.soffid.iam.api.System
toSystem(SystemEntity entity)
Transforms toSystem
objectvoid
toSystem(SystemEntity source, com.soffid.iam.api.System target)
Copy data toSystem
objectList<com.soffid.iam.api.System>
toSystemList(Collection<SystemEntity> instances)
Transforms toSystem
listvoid
update(SystemEntity entity)
Updates an instance ofSystemEntity
at the persistent store.void
update(Collection<? extends SystemEntity> entities)
Updates a collection ofSystemEntity
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
-
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:
findByName
in interfaceSystemEntityDao
- Parameters:
name
-- Returns:
-
findByName
public SystemEntity findByName(CriteriaSearchConfiguration criteria, String name)
CriteriaSearchConfiguration implementation- Specified by:
findByName
in interfaceSystemEntityDao
-
findByName
public SystemEntity findByName(String queryString, CriteriaSearchConfiguration criteria, String name)
Internal implementation
-
findSoffidSystem
public SystemEntity findSoffidSystem()
Operation findSoffidSystem- Specified by:
findSoffidSystem
in interfaceSystemEntityDao
- Returns:
-
findSoffidSystem
public SystemEntity findSoffidSystem(CriteriaSearchConfiguration criteria)
CriteriaSearchConfiguration implementation- Specified by:
findSoffidSystem
in interfaceSystemEntityDao
-
findSoffidSystem
public SystemEntity findSoffidSystem(String queryString, CriteriaSearchConfiguration criteria)
Internal implementation
-
findByUsage
public Collection<SystemEntity> findByUsage(String usage)
Operation findByUsage- Specified by:
findByUsage
in interfaceSystemEntityDao
- Parameters:
usage
-- Returns:
-
findByUsage
public Collection<SystemEntity> findByUsage(CriteriaSearchConfiguration criteria, String usage)
CriteriaSearchConfiguration implementation- Specified by:
findByUsage
in 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:
findServerTenants
in interfaceSystemEntityDao
- Parameters:
server
-- Returns:
-
findServerTenants
public Collection<SystemEntity> findServerTenants(CriteriaSearchConfiguration criteria, String server)
CriteriaSearchConfiguration implementation- Specified by:
findServerTenants
in 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:
findServices
in interfaceSystemEntityDao
- Parameters:
url
-t
-- Returns:
-
findServices
public Collection<SystemEntity> findServices(CriteriaSearchConfiguration criteria, String url, boolean t)
CriteriaSearchConfiguration implementation- Specified by:
findServices
in 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:
findActives
in interfaceSystemEntityDao
- Returns:
-
findActives
public List<SystemEntity> findActives(CriteriaSearchConfiguration criteria)
CriteriaSearchConfiguration implementation- Specified by:
findActives
in 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:
findByFilter
in 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:
findByFilter
in 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 toSystem
object- Specified by:
toSystem
in interfaceSystemEntityDao
-
toSystem
public com.soffid.iam.api.System toSystem(SystemEntity entity)
Transforms toSystem
object- Specified by:
toSystem
in interfaceSystemEntityDao
-
toSystemList
public List<com.soffid.iam.api.System> toSystemList(Collection<SystemEntity> instances)
Transforms toSystem
list- Specified by:
toSystemList
in interfaceSystemEntityDao
-
systemToEntity
public void systemToEntity(com.soffid.iam.api.System source, SystemEntity target, boolean copyIfNull)
Copy data fromSystem
object- Specified by:
systemToEntity
in interfaceSystemEntityDao
-
systemToEntity
public SystemEntity systemToEntity(com.soffid.iam.api.System instance)
Transforms fromSystem
object- Specified by:
systemToEntity
in interfaceSystemEntityDao
-
systemToEntityList
public List<SystemEntity> systemToEntityList(Collection<com.soffid.iam.api.System> instances)
Transforms fromSystem
list- Specified by:
systemToEntityList
in interfaceSystemEntityDao
-
toDispatcher
public void toDispatcher(SystemEntity source, es.caib.seycon.ng.comu.Dispatcher target)
Description copied from interface:SystemEntityDao
Copy data toDispatcher
object- Specified by:
toDispatcher
in interfaceSystemEntityDao
-
toDispatcher
public es.caib.seycon.ng.comu.Dispatcher toDispatcher(SystemEntity entity)
Transforms toSystem
object- Specified by:
toDispatcher
in interfaceSystemEntityDao
-
toDispatcherList
public List<es.caib.seycon.ng.comu.Dispatcher> toDispatcherList(Collection<SystemEntity> instances)
Transforms toDispatcher
list- Specified by:
toDispatcherList
in interfaceSystemEntityDao
-
dispatcherToEntity
public void dispatcherToEntity(es.caib.seycon.ng.comu.Dispatcher source, SystemEntity target, boolean copyIfNull)
Copy data fromDispatcher
object- Specified by:
dispatcherToEntity
in interfaceSystemEntityDao
-
dispatcherToEntity
public SystemEntity dispatcherToEntity(es.caib.seycon.ng.comu.Dispatcher instance)
Transforms fromDispatcher
object- Specified by:
dispatcherToEntity
in interfaceSystemEntityDao
-
dispatcherToEntityList
public List<SystemEntity> dispatcherToEntityList(Collection<es.caib.seycon.ng.comu.Dispatcher> instances)
Transforms fromSystem
list- Specified by:
dispatcherToEntityList
in interfaceSystemEntityDao
-
newSystemEntity
public SystemEntity newSystemEntity()
Creates an instance ofSystemEntity
.- Specified by:
newSystemEntity
in interfaceSystemEntityDao
-
load
public SystemEntity load(Long id)
Loads an instance ofSystemEntity
from the persistent store.- Specified by:
load
in interfaceSystemEntityDao
-
loadAll
public List<SystemEntity> loadAll()
Loads all instances ofSystemEntity
from the persistent store.- Specified by:
loadAll
in interfaceSystemEntityDao
-
create
public void create(SystemEntity entity)
Adds an instance ofSystemEntity
to the persistent store.- Specified by:
create
in interfaceSystemEntityDao
-
update
public void update(SystemEntity entity)
Updates an instance ofSystemEntity
at the persistent store.- Specified by:
update
in interfaceSystemEntityDao
-
remove
public void remove(SystemEntity entity)
Removes an instance ofSystemEntity
from the persistent store.- Specified by:
remove
in interfaceSystemEntityDao
-
create
public void create(Collection<? extends SystemEntity> entities)
Creates a collection ofSystemEntity
and adds it to the persistent store.- Specified by:
create
in interfaceSystemEntityDao
-
update
public void update(Collection<? extends SystemEntity> entities)
Updates a collection ofSystemEntity
in the persistent store.- Specified by:
update
in interfaceSystemEntityDao
-
remove
public void remove(Collection<? extends SystemEntity> entities)
Removes a collection ofSystemEntity
from the persistent store.- Specified by:
remove
in interfaceSystemEntityDao
-
remove
public void remove(Long id)
Removes an instance ofSystemEntity
from the persistent store.- Specified by:
remove
in interfaceSystemEntityDao
-
query
public List<SystemEntity> query(String queryString, Parameter[] parameters)
Query ofSystemEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters- Specified by:
query
in interfaceSystemEntityDao
-
query
public List<SystemEntity> query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofSystemEntity
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 interfaceSystemEntityDao
-
-