Package com.soffid.iam.model
Class AccountMetadataEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.AccountMetadataEntityDaoBase
-
- com.soffid.iam.model.AccountMetadataEntityDaoImpl
-
- All Implemented Interfaces:
AccountMetadataEntityDao
,org.springframework.beans.factory.InitializingBean
public class AccountMetadataEntityDaoImpl extends AccountMetadataEntityDaoBase
DAO AccountMetadataEntity implementation
-
-
Constructor Summary
Constructors Constructor Description AccountMetadataEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dataTypeToEntity(com.soffid.iam.api.DataType source, AccountMetadataEntity target, boolean copyIfNull)
Copy data fromDataType
objectvoid
toDataType(AccountMetadataEntity source, com.soffid.iam.api.DataType target)
Copy data toDataType
object-
Methods inherited from class com.soffid.iam.model.AccountMetadataEntityDaoBase
create, create, dataTypeToEntity, dataTypeToEntityList, findByName, findByName, findByName, findBySystem, findBySystem, findBySystem, getAccountAttributeEntityDao, getAuditEntityDao, getCustomObjectTypeEntityDao, getSystemEntityDao, load, loadAll, newAccountMetadataEntity, query, query, remove, remove, remove, setAccountAttributeEntityDao, setAuditEntityDao, setCustomObjectTypeEntityDao, setSystemEntityDao, tipusDadaToEntity, tipusDadaToEntity, tipusDadaToEntityList, toDataType, toDataTypeList, toTipusDada, toTipusDada, toTipusDadaList, 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
-
toDataType
public void toDataType(AccountMetadataEntity source, com.soffid.iam.api.DataType target)
Description copied from class:AccountMetadataEntityDaoBase
Copy data toDataType
object- Specified by:
toDataType
in interfaceAccountMetadataEntityDao
- Overrides:
toDataType
in classAccountMetadataEntityDaoBase
-
dataTypeToEntity
public void dataTypeToEntity(com.soffid.iam.api.DataType source, AccountMetadataEntity target, boolean copyIfNull)
Description copied from class:AccountMetadataEntityDaoBase
Copy data fromDataType
object- Specified by:
dataTypeToEntity
in interfaceAccountMetadataEntityDao
- Overrides:
dataTypeToEntity
in classAccountMetadataEntityDaoBase
-
-