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 classObjectMappingPropertyEntityDaoBaseDAO Base for Entity ObjectMappingPropertyEntityclassObjectMappingPropertyEntityDaoImplDAO ObjectMappingPropertyEntity implementationMethods in com.soffid.iam.model that return ObjectMappingPropertyEntityDao Modifier and Type Method Description ObjectMappingPropertyEntityDaoObjectMappingEntityDaoBase. getObjectMappingPropertyEntityDao()Gets reference toobjectMappingPropertyEntityDao.Methods in com.soffid.iam.model with parameters of type ObjectMappingPropertyEntityDao Modifier and Type Method Description voidObjectMappingEntityDaoBase. 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 ObjectMappingPropertyEntityDaoDispatcherServiceBase. getObjectMappingPropertyEntityDao()Gets reference toobjectMappingPropertyEntityDao.Methods in com.soffid.iam.service with parameters of type ObjectMappingPropertyEntityDao Modifier and Type Method Description voidDispatcherServiceBase. setObjectMappingPropertyEntityDao(ObjectMappingPropertyEntityDao objectMappingPropertyEntityDao)Sets reference toobjectMappingPropertyEntityDao.
-