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 void
customObjectToEntity(com.soffid.iam.api.CustomObject source, CustomObjectEntity target, boolean copyIfNull)
Copy data fromCustomObject
objectCollection<CustomObjectEntity>
findByText(CriteriaSearchConfiguration criteria, String objectType, String text)
CriteriaSearchConfiguration implementationvoid
toCustomObject(CustomObjectEntity source, com.soffid.iam.api.CustomObject target)
Copy data toCustomObject
object-
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:CustomObjectEntityDaoBase
Copy data toCustomObject
object- Specified by:
toCustomObject
in interfaceCustomObjectEntityDao
- Overrides:
toCustomObject
in classCustomObjectEntityDaoBase
-
customObjectToEntity
public void customObjectToEntity(com.soffid.iam.api.CustomObject source, CustomObjectEntity target, boolean copyIfNull)
Description copied from class:CustomObjectEntityDaoBase
Copy data fromCustomObject
object- Specified by:
customObjectToEntity
in interfaceCustomObjectEntityDao
- Overrides:
customObjectToEntity
in classCustomObjectEntityDaoBase
-
findByText
public Collection<CustomObjectEntity> findByText(CriteriaSearchConfiguration criteria, String objectType, String text)
Description copied from class:CustomObjectEntityDaoBase
CriteriaSearchConfiguration implementation- Specified by:
findByText
in interfaceCustomObjectEntityDao
- Overrides:
findByText
in classCustomObjectEntityDaoBase
-
-