Package com.soffid.iam.model
Class AttributeMappingEntityDaoBase
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.AttributeMappingEntityDaoBase
-
- All Implemented Interfaces:
AttributeMappingEntityDao,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
AttributeMappingEntityDaoImpl
public abstract class AttributeMappingEntityDaoBase extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements AttributeMappingEntityDao
DAO Base for Entity AttributeMappingEntity
-
-
Constructor Summary
Constructors Constructor Description AttributeMappingEntityDaoBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeMappingEntityattributeMappingToEntity(com.soffid.iam.api.AttributeMapping instance)Transforms fromAttributeMappingobjectvoidattributeMappingToEntity(com.soffid.iam.api.AttributeMapping source, AttributeMappingEntity target, boolean copyIfNull)Copy data fromAttributeMappingobjectList<AttributeMappingEntity>attributeMappingToEntityList(Collection<com.soffid.iam.api.AttributeMapping> instances)Transforms fromAttributeMappinglistvoidcreate(AttributeMappingEntity entity)Adds an instance ofAttributeMappingEntityto the persistent store.voidcreate(Collection<? extends AttributeMappingEntity> entities)Creates a collection ofAttributeMappingEntityand adds it to the persistent store.ObjectMappingEntityDaogetObjectMappingEntityDao()Gets reference toobjectMappingEntityDao.AttributeMappingEntityload(Long id)Loads an instance ofAttributeMappingEntityfrom the persistent store.List<AttributeMappingEntity>loadAll()Loads all instances ofAttributeMappingEntityfrom the persistent store.AttributeMappingEntitynewAttributeMappingEntity()Creates an instance ofAttributeMappingEntity.List<AttributeMappingEntity>query(String queryString, Parameter[] parameters)Query ofAttributeMappingEntityfrom the persistent store.List<AttributeMappingEntity>query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofAttributeMappingEntityfrom the persistent store.voidremove(AttributeMappingEntity entity)Removes an instance ofAttributeMappingEntityfrom the persistent store.voidremove(Long id)Removes an instance ofAttributeMappingEntityfrom the persistent store.voidremove(Collection<? extends AttributeMappingEntity> entities)Removes a collection ofAttributeMappingEntityfrom the persistent store.voidsetObjectMappingEntityDao(ObjectMappingEntityDao objectMappingEntityDao)Sets reference toobjectMappingEntityDao.com.soffid.iam.api.AttributeMappingtoAttributeMapping(AttributeMappingEntity entity)Transforms toAttributeMappingobjectvoidtoAttributeMapping(AttributeMappingEntity source, com.soffid.iam.api.AttributeMapping target)Copy data toAttributeMappingobjectList<com.soffid.iam.api.AttributeMapping>toAttributeMappingList(Collection<AttributeMappingEntity> instances)Transforms toAttributeMappinglistvoidupdate(AttributeMappingEntity entity)Updates an instance ofAttributeMappingEntityat the persistent store.voidupdate(Collection<? extends AttributeMappingEntity> entities)Updates a collection ofAttributeMappingEntityin 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
-
setObjectMappingEntityDao
public void setObjectMappingEntityDao(ObjectMappingEntityDao objectMappingEntityDao)
Sets reference toobjectMappingEntityDao.
-
getObjectMappingEntityDao
public ObjectMappingEntityDao getObjectMappingEntityDao()
Gets reference toobjectMappingEntityDao.
-
toAttributeMapping
public void toAttributeMapping(AttributeMappingEntity source, com.soffid.iam.api.AttributeMapping target)
Copy data toAttributeMappingobject- Specified by:
toAttributeMappingin interfaceAttributeMappingEntityDao
-
toAttributeMapping
public com.soffid.iam.api.AttributeMapping toAttributeMapping(AttributeMappingEntity entity)
Transforms toAttributeMappingobject- Specified by:
toAttributeMappingin interfaceAttributeMappingEntityDao
-
toAttributeMappingList
public List<com.soffid.iam.api.AttributeMapping> toAttributeMappingList(Collection<AttributeMappingEntity> instances)
Transforms toAttributeMappinglist- Specified by:
toAttributeMappingListin interfaceAttributeMappingEntityDao
-
attributeMappingToEntity
public void attributeMappingToEntity(com.soffid.iam.api.AttributeMapping source, AttributeMappingEntity target, boolean copyIfNull)Copy data fromAttributeMappingobject- Specified by:
attributeMappingToEntityin interfaceAttributeMappingEntityDao
-
attributeMappingToEntity
public AttributeMappingEntity attributeMappingToEntity(com.soffid.iam.api.AttributeMapping instance)
Transforms fromAttributeMappingobject- Specified by:
attributeMappingToEntityin interfaceAttributeMappingEntityDao
-
attributeMappingToEntityList
public List<AttributeMappingEntity> attributeMappingToEntityList(Collection<com.soffid.iam.api.AttributeMapping> instances)
Transforms fromAttributeMappinglist- Specified by:
attributeMappingToEntityListin interfaceAttributeMappingEntityDao
-
newAttributeMappingEntity
public AttributeMappingEntity newAttributeMappingEntity()
Creates an instance ofAttributeMappingEntity.- Specified by:
newAttributeMappingEntityin interfaceAttributeMappingEntityDao
-
load
public AttributeMappingEntity load(Long id)
Loads an instance ofAttributeMappingEntityfrom the persistent store.- Specified by:
loadin interfaceAttributeMappingEntityDao
-
loadAll
public List<AttributeMappingEntity> loadAll()
Loads all instances ofAttributeMappingEntityfrom the persistent store.- Specified by:
loadAllin interfaceAttributeMappingEntityDao
-
create
public void create(AttributeMappingEntity entity)
Adds an instance ofAttributeMappingEntityto the persistent store.- Specified by:
createin interfaceAttributeMappingEntityDao
-
update
public void update(AttributeMappingEntity entity)
Updates an instance ofAttributeMappingEntityat the persistent store.- Specified by:
updatein interfaceAttributeMappingEntityDao
-
remove
public void remove(AttributeMappingEntity entity)
Removes an instance ofAttributeMappingEntityfrom the persistent store.- Specified by:
removein interfaceAttributeMappingEntityDao
-
create
public void create(Collection<? extends AttributeMappingEntity> entities)
Creates a collection ofAttributeMappingEntityand adds it to the persistent store.- Specified by:
createin interfaceAttributeMappingEntityDao
-
update
public void update(Collection<? extends AttributeMappingEntity> entities)
Updates a collection ofAttributeMappingEntityin the persistent store.- Specified by:
updatein interfaceAttributeMappingEntityDao
-
remove
public void remove(Collection<? extends AttributeMappingEntity> entities)
Removes a collection ofAttributeMappingEntityfrom the persistent store.- Specified by:
removein interfaceAttributeMappingEntityDao
-
remove
public void remove(Long id)
Removes an instance ofAttributeMappingEntityfrom the persistent store.- Specified by:
removein interfaceAttributeMappingEntityDao
-
query
public List<AttributeMappingEntity> query(String queryString, Parameter[] parameters)
Query ofAttributeMappingEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters- Specified by:
queryin interfaceAttributeMappingEntityDao
-
query
public List<AttributeMappingEntity> query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofAttributeMappingEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return- Specified by:
queryin interfaceAttributeMappingEntityDao
-
-