Package com.soffid.iam.model
Class CustomObjectEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.CustomObjectEntityDaoBase
-
- com.soffid.iam.model.CustomObjectEntityDaoImpl
-
- All Implemented Interfaces:
CustomObjectEntityDao,org.springframework.beans.factory.InitializingBean
public class CustomObjectEntityDaoImpl extends CustomObjectEntityDaoBase
-
-
Constructor Summary
Constructors Constructor Description CustomObjectEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcustomObjectToEntity(com.soffid.iam.api.CustomObject source, CustomObjectEntity target, boolean copyIfNull)Copy data fromCustomObjectobjectCollection<CustomObjectEntity>findByText(CriteriaSearchConfiguration criteria, String objectType, String text)CriteriaSearchConfiguration implementationvoidtoCustomObject(CustomObjectEntity source, com.soffid.iam.api.CustomObject target)Copy data toCustomObjectobject-
Methods inherited from class com.soffid.iam.model.CustomObjectEntityDaoBase
create, create, customObjectToEntity, customObjectToEntityList, findByText, findByText, findByTypeAndName, findByTypeAndName, findByTypeAndName, findCustomObjectNames, findCustomObjectNames, findCustomObjectNames, getCustomObjectAttributeEntityDao, getCustomObjectTypeEntityDao, load, loadAll, newCustomObjectEntity, query, query, remove, remove, remove, setCustomObjectAttributeEntityDao, setCustomObjectTypeEntityDao, toCustomObject, toCustomObjectList, 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
-
toCustomObject
public void toCustomObject(CustomObjectEntity source, com.soffid.iam.api.CustomObject target)
Description copied from class:CustomObjectEntityDaoBaseCopy data toCustomObjectobject- Specified by:
toCustomObjectin interfaceCustomObjectEntityDao- Overrides:
toCustomObjectin classCustomObjectEntityDaoBase
-
customObjectToEntity
public void customObjectToEntity(com.soffid.iam.api.CustomObject source, CustomObjectEntity target, boolean copyIfNull)Description copied from class:CustomObjectEntityDaoBaseCopy data fromCustomObjectobject- Specified by:
customObjectToEntityin interfaceCustomObjectEntityDao- Overrides:
customObjectToEntityin classCustomObjectEntityDaoBase
-
findByText
public Collection<CustomObjectEntity> findByText(CriteriaSearchConfiguration criteria, String objectType, String text)
Description copied from class:CustomObjectEntityDaoBaseCriteriaSearchConfiguration implementation- Specified by:
findByTextin interfaceCustomObjectEntityDao- Overrides:
findByTextin classCustomObjectEntityDaoBase
-
-