Package com.soffid.iam.model
Class AttributeMappingEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.AttributeMappingEntityDaoBase
-
- com.soffid.iam.model.AttributeMappingEntityDaoImpl
-
- All Implemented Interfaces:
AttributeMappingEntityDao
,org.springframework.beans.factory.InitializingBean
public class AttributeMappingEntityDaoImpl extends AttributeMappingEntityDaoBase
DAO AttributeMappingEntity implementation
-
-
Constructor Summary
Constructors Constructor Description AttributeMappingEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
attributeMappingToEntity(com.soffid.iam.api.AttributeMapping source, AttributeMappingEntity target, boolean copyIfNull)
Copy data fromAttributeMapping
objectvoid
toAttributeMapping(AttributeMappingEntity source, com.soffid.iam.api.AttributeMapping target)
Copy data toAttributeMapping
object-
Methods inherited from class com.soffid.iam.model.AttributeMappingEntityDaoBase
attributeMappingToEntity, attributeMappingToEntityList, create, create, getObjectMappingEntityDao, load, loadAll, newAttributeMappingEntity, query, query, remove, remove, remove, setObjectMappingEntityDao, toAttributeMapping, toAttributeMappingList, update, update
-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-
-
-
Method Detail
-
toAttributeMapping
public void toAttributeMapping(AttributeMappingEntity source, com.soffid.iam.api.AttributeMapping target)
Description copied from class:AttributeMappingEntityDaoBase
Copy data toAttributeMapping
object- Specified by:
toAttributeMapping
in interfaceAttributeMappingEntityDao
- Overrides:
toAttributeMapping
in classAttributeMappingEntityDaoBase
-
attributeMappingToEntity
public void attributeMappingToEntity(com.soffid.iam.api.AttributeMapping source, AttributeMappingEntity target, boolean copyIfNull)
Description copied from class:AttributeMappingEntityDaoBase
Copy data fromAttributeMapping
object- Specified by:
attributeMappingToEntity
in interfaceAttributeMappingEntityDao
- Overrides:
attributeMappingToEntity
in classAttributeMappingEntityDaoBase
-
-