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 voiddataTypeToEntity(com.soffid.iam.api.DataType source, AccountMetadataEntity target, boolean copyIfNull)Copy data fromDataTypeobjectvoidtoDataType(AccountMetadataEntity source, com.soffid.iam.api.DataType target)Copy data toDataTypeobject-
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:AccountMetadataEntityDaoBaseCopy data toDataTypeobject- Specified by:
toDataTypein interfaceAccountMetadataEntityDao- Overrides:
toDataTypein classAccountMetadataEntityDaoBase
-
dataTypeToEntity
public void dataTypeToEntity(com.soffid.iam.api.DataType source, AccountMetadataEntity target, boolean copyIfNull)Description copied from class:AccountMetadataEntityDaoBaseCopy data fromDataTypeobject- Specified by:
dataTypeToEntityin interfaceAccountMetadataEntityDao- Overrides:
dataTypeToEntityin classAccountMetadataEntityDaoBase
-
-