Uses of Interface
com.soffid.iam.model.ObjectMappingPropertyEntityDao
-
Packages that use ObjectMappingPropertyEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of ObjectMappingPropertyEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement ObjectMappingPropertyEntityDao Modifier and Type Class Description class
ObjectMappingPropertyEntityDaoBase
DAO Base for Entity ObjectMappingPropertyEntityclass
ObjectMappingPropertyEntityDaoImpl
DAO ObjectMappingPropertyEntity implementationMethods in com.soffid.iam.model that return ObjectMappingPropertyEntityDao Modifier and Type Method Description ObjectMappingPropertyEntityDao
ObjectMappingEntityDaoBase. getObjectMappingPropertyEntityDao()
Gets reference toobjectMappingPropertyEntityDao
.Methods in com.soffid.iam.model with parameters of type ObjectMappingPropertyEntityDao Modifier and Type Method Description void
ObjectMappingEntityDaoBase. setObjectMappingPropertyEntityDao(ObjectMappingPropertyEntityDao objectMappingPropertyEntityDao)
Sets reference toobjectMappingPropertyEntityDao
. -
Uses of ObjectMappingPropertyEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return ObjectMappingPropertyEntityDao Modifier and Type Method Description ObjectMappingPropertyEntityDao
DispatcherServiceBase. getObjectMappingPropertyEntityDao()
Gets reference toobjectMappingPropertyEntityDao
.Methods in com.soffid.iam.service with parameters of type ObjectMappingPropertyEntityDao Modifier and Type Method Description void
DispatcherServiceBase. setObjectMappingPropertyEntityDao(ObjectMappingPropertyEntityDao objectMappingPropertyEntityDao)
Sets reference toobjectMappingPropertyEntityDao
.
-