Uses of Interface
com.soffid.iam.model.ObjectMappingEntityDao
-
Packages that use ObjectMappingEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of ObjectMappingEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement ObjectMappingEntityDao Modifier and Type Class Description class
ObjectMappingEntityDaoBase
DAO Base for Entity ObjectMappingEntityclass
ObjectMappingEntityDaoImpl
DAO ObjectMappingEntity implementationMethods in com.soffid.iam.model that return ObjectMappingEntityDao Modifier and Type Method Description ObjectMappingEntityDao
AttributeMappingEntityDaoBase. getObjectMappingEntityDao()
Gets reference toobjectMappingEntityDao
.ObjectMappingEntityDao
CustomObjectTypeEntityDaoBase. getObjectMappingEntityDao()
Gets reference toobjectMappingEntityDao
.ObjectMappingEntityDao
ObjectMappingPropertyEntityDaoBase. getObjectMappingEntityDao()
Gets reference toobjectMappingEntityDao
.ObjectMappingEntityDao
ObjectMappingTriggerEntityDaoBase. getObjectMappingEntityDao()
Gets reference toobjectMappingEntityDao
.ObjectMappingEntityDao
SystemEntityDaoBase. getObjectMappingEntityDao()
Gets reference toobjectMappingEntityDao
.Methods in com.soffid.iam.model with parameters of type ObjectMappingEntityDao Modifier and Type Method Description void
AttributeMappingEntityDaoBase. setObjectMappingEntityDao(ObjectMappingEntityDao objectMappingEntityDao)
Sets reference toobjectMappingEntityDao
.void
CustomObjectTypeEntityDaoBase. setObjectMappingEntityDao(ObjectMappingEntityDao objectMappingEntityDao)
Sets reference toobjectMappingEntityDao
.void
ObjectMappingPropertyEntityDaoBase. setObjectMappingEntityDao(ObjectMappingEntityDao objectMappingEntityDao)
Sets reference toobjectMappingEntityDao
.void
ObjectMappingTriggerEntityDaoBase. setObjectMappingEntityDao(ObjectMappingEntityDao objectMappingEntityDao)
Sets reference toobjectMappingEntityDao
.void
SystemEntityDaoBase. setObjectMappingEntityDao(ObjectMappingEntityDao objectMappingEntityDao)
Sets reference toobjectMappingEntityDao
. -
Uses of ObjectMappingEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return ObjectMappingEntityDao Modifier and Type Method Description ObjectMappingEntityDao
DispatcherServiceBase. getObjectMappingEntityDao()
Gets reference toobjectMappingEntityDao
.Methods in com.soffid.iam.service with parameters of type ObjectMappingEntityDao Modifier and Type Method Description void
DispatcherServiceBase. setObjectMappingEntityDao(ObjectMappingEntityDao objectMappingEntityDao)
Sets reference toobjectMappingEntityDao
.
-