Package com.soffid.iam.model
Class ObjectMappingEntityDaoBase
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.ObjectMappingEntityDaoBase
-
- All Implemented Interfaces:
ObjectMappingEntityDao,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
ObjectMappingEntityDaoImpl
public abstract class ObjectMappingEntityDaoBase extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements ObjectMappingEntityDao
DAO Base for Entity ObjectMappingEntity
-
-
Constructor Summary
Constructors Constructor Description ObjectMappingEntityDaoBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(ObjectMappingEntity entity)Adds an instance ofObjectMappingEntityto the persistent store.voidcreate(Collection<? extends ObjectMappingEntity> entities)Creates a collection ofObjectMappingEntityand adds it to the persistent store.AttributeMappingEntityDaogetAttributeMappingEntityDao()Gets reference toattributeMappingEntityDao.CustomObjectTypeEntityDaogetCustomObjectTypeEntityDao()Gets reference tocustomObjectTypeEntityDao.ObjectMappingPropertyEntityDaogetObjectMappingPropertyEntityDao()Gets reference toobjectMappingPropertyEntityDao.ObjectMappingTriggerEntityDaogetObjectMappingTriggerEntityDao()Gets reference toobjectMappingTriggerEntityDao.SystemEntityDaogetSystemEntityDao()Gets reference todispatcherEntityDao.ObjectMappingEntityload(Long id)Loads an instance ofObjectMappingEntityfrom the persistent store.List<ObjectMappingEntity>loadAll()Loads all instances ofObjectMappingEntityfrom the persistent store.ObjectMappingEntitynewObjectMappingEntity()Creates an instance ofObjectMappingEntity.ObjectMappingEntityobjectMappingToEntity(com.soffid.iam.api.ObjectMapping instance)Transforms fromObjectMappingobjectvoidobjectMappingToEntity(com.soffid.iam.api.ObjectMapping source, ObjectMappingEntity target, boolean copyIfNull)Copy data fromObjectMappingobjectList<ObjectMappingEntity>objectMappingToEntityList(Collection<com.soffid.iam.api.ObjectMapping> instances)Transforms fromObjectMappinglistList<ObjectMappingEntity>query(String queryString, Parameter[] parameters)Query ofObjectMappingEntityfrom the persistent store.List<ObjectMappingEntity>query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofObjectMappingEntityfrom the persistent store.voidremove(ObjectMappingEntity entity)Removes an instance ofObjectMappingEntityfrom the persistent store.voidremove(Long id)Removes an instance ofObjectMappingEntityfrom the persistent store.voidremove(Collection<? extends ObjectMappingEntity> entities)Removes a collection ofObjectMappingEntityfrom the persistent store.voidsetAttributeMappingEntityDao(AttributeMappingEntityDao attributeMappingEntityDao)Sets reference toattributeMappingEntityDao.voidsetCustomObjectTypeEntityDao(CustomObjectTypeEntityDao customObjectTypeEntityDao)Sets reference tocustomObjectTypeEntityDao.voidsetObjectMappingPropertyEntityDao(ObjectMappingPropertyEntityDao objectMappingPropertyEntityDao)Sets reference toobjectMappingPropertyEntityDao.voidsetObjectMappingTriggerEntityDao(ObjectMappingTriggerEntityDao objectMappingTriggerEntityDao)Sets reference toobjectMappingTriggerEntityDao.voidsetSystemEntityDao(SystemEntityDao dispatcherEntityDao)Sets reference todispatcherEntityDao.com.soffid.iam.api.ObjectMappingtoObjectMapping(ObjectMappingEntity entity)Transforms toObjectMappingobjectvoidtoObjectMapping(ObjectMappingEntity source, com.soffid.iam.api.ObjectMapping target)Copy data toObjectMappingobjectList<com.soffid.iam.api.ObjectMapping>toObjectMappingList(Collection<ObjectMappingEntity> instances)Transforms toObjectMappinglistvoidupdate(ObjectMappingEntity entity)Updates an instance ofObjectMappingEntityat the persistent store.voidupdate(Collection<? extends ObjectMappingEntity> entities)Updates a collection ofObjectMappingEntityin 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
-
setAttributeMappingEntityDao
public void setAttributeMappingEntityDao(AttributeMappingEntityDao attributeMappingEntityDao)
Sets reference toattributeMappingEntityDao.
-
getAttributeMappingEntityDao
public AttributeMappingEntityDao getAttributeMappingEntityDao()
Gets reference toattributeMappingEntityDao.
-
setCustomObjectTypeEntityDao
public void setCustomObjectTypeEntityDao(CustomObjectTypeEntityDao customObjectTypeEntityDao)
Sets reference tocustomObjectTypeEntityDao.
-
getCustomObjectTypeEntityDao
public CustomObjectTypeEntityDao getCustomObjectTypeEntityDao()
Gets reference tocustomObjectTypeEntityDao.
-
setSystemEntityDao
public void setSystemEntityDao(SystemEntityDao dispatcherEntityDao)
Sets reference todispatcherEntityDao.
-
getSystemEntityDao
public SystemEntityDao getSystemEntityDao()
Gets reference todispatcherEntityDao.
-
setObjectMappingPropertyEntityDao
public void setObjectMappingPropertyEntityDao(ObjectMappingPropertyEntityDao objectMappingPropertyEntityDao)
Sets reference toobjectMappingPropertyEntityDao.
-
getObjectMappingPropertyEntityDao
public ObjectMappingPropertyEntityDao getObjectMappingPropertyEntityDao()
Gets reference toobjectMappingPropertyEntityDao.
-
setObjectMappingTriggerEntityDao
public void setObjectMappingTriggerEntityDao(ObjectMappingTriggerEntityDao objectMappingTriggerEntityDao)
Sets reference toobjectMappingTriggerEntityDao.
-
getObjectMappingTriggerEntityDao
public ObjectMappingTriggerEntityDao getObjectMappingTriggerEntityDao()
Gets reference toobjectMappingTriggerEntityDao.
-
toObjectMapping
public void toObjectMapping(ObjectMappingEntity source, com.soffid.iam.api.ObjectMapping target)
Copy data toObjectMappingobject- Specified by:
toObjectMappingin interfaceObjectMappingEntityDao
-
toObjectMapping
public com.soffid.iam.api.ObjectMapping toObjectMapping(ObjectMappingEntity entity)
Transforms toObjectMappingobject- Specified by:
toObjectMappingin interfaceObjectMappingEntityDao
-
toObjectMappingList
public List<com.soffid.iam.api.ObjectMapping> toObjectMappingList(Collection<ObjectMappingEntity> instances)
Transforms toObjectMappinglist- Specified by:
toObjectMappingListin interfaceObjectMappingEntityDao
-
objectMappingToEntity
public void objectMappingToEntity(com.soffid.iam.api.ObjectMapping source, ObjectMappingEntity target, boolean copyIfNull)Copy data fromObjectMappingobject- Specified by:
objectMappingToEntityin interfaceObjectMappingEntityDao
-
objectMappingToEntity
public ObjectMappingEntity objectMappingToEntity(com.soffid.iam.api.ObjectMapping instance)
Transforms fromObjectMappingobject- Specified by:
objectMappingToEntityin interfaceObjectMappingEntityDao
-
objectMappingToEntityList
public List<ObjectMappingEntity> objectMappingToEntityList(Collection<com.soffid.iam.api.ObjectMapping> instances)
Transforms fromObjectMappinglist- Specified by:
objectMappingToEntityListin interfaceObjectMappingEntityDao
-
newObjectMappingEntity
public ObjectMappingEntity newObjectMappingEntity()
Creates an instance ofObjectMappingEntity.- Specified by:
newObjectMappingEntityin interfaceObjectMappingEntityDao
-
load
public ObjectMappingEntity load(Long id)
Loads an instance ofObjectMappingEntityfrom the persistent store.- Specified by:
loadin interfaceObjectMappingEntityDao
-
loadAll
public List<ObjectMappingEntity> loadAll()
Loads all instances ofObjectMappingEntityfrom the persistent store.- Specified by:
loadAllin interfaceObjectMappingEntityDao
-
create
public void create(ObjectMappingEntity entity)
Adds an instance ofObjectMappingEntityto the persistent store.- Specified by:
createin interfaceObjectMappingEntityDao
-
update
public void update(ObjectMappingEntity entity)
Updates an instance ofObjectMappingEntityat the persistent store.- Specified by:
updatein interfaceObjectMappingEntityDao
-
remove
public void remove(ObjectMappingEntity entity)
Removes an instance ofObjectMappingEntityfrom the persistent store.- Specified by:
removein interfaceObjectMappingEntityDao
-
create
public void create(Collection<? extends ObjectMappingEntity> entities)
Creates a collection ofObjectMappingEntityand adds it to the persistent store.- Specified by:
createin interfaceObjectMappingEntityDao
-
update
public void update(Collection<? extends ObjectMappingEntity> entities)
Updates a collection ofObjectMappingEntityin the persistent store.- Specified by:
updatein interfaceObjectMappingEntityDao
-
remove
public void remove(Collection<? extends ObjectMappingEntity> entities)
Removes a collection ofObjectMappingEntityfrom the persistent store.- Specified by:
removein interfaceObjectMappingEntityDao
-
remove
public void remove(Long id)
Removes an instance ofObjectMappingEntityfrom the persistent store.- Specified by:
removein interfaceObjectMappingEntityDao
-
query
public List<ObjectMappingEntity> query(String queryString, Parameter[] parameters)
Query ofObjectMappingEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters- Specified by:
queryin interfaceObjectMappingEntityDao
-
query
public List<ObjectMappingEntity> query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofObjectMappingEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return- Specified by:
queryin interfaceObjectMappingEntityDao
-
-