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 classObjectMappingEntityDaoBaseDAO Base for Entity ObjectMappingEntityclassObjectMappingEntityDaoImplDAO ObjectMappingEntity implementationMethods in com.soffid.iam.model that return ObjectMappingEntityDao Modifier and Type Method Description ObjectMappingEntityDaoAttributeMappingEntityDaoBase. getObjectMappingEntityDao()Gets reference toobjectMappingEntityDao.ObjectMappingEntityDaoCustomObjectTypeEntityDaoBase. getObjectMappingEntityDao()Gets reference toobjectMappingEntityDao.ObjectMappingEntityDaoObjectMappingPropertyEntityDaoBase. getObjectMappingEntityDao()Gets reference toobjectMappingEntityDao.ObjectMappingEntityDaoObjectMappingTriggerEntityDaoBase. getObjectMappingEntityDao()Gets reference toobjectMappingEntityDao.ObjectMappingEntityDaoSystemEntityDaoBase. getObjectMappingEntityDao()Gets reference toobjectMappingEntityDao.Methods in com.soffid.iam.model with parameters of type ObjectMappingEntityDao Modifier and Type Method Description voidAttributeMappingEntityDaoBase. setObjectMappingEntityDao(ObjectMappingEntityDao objectMappingEntityDao)Sets reference toobjectMappingEntityDao.voidCustomObjectTypeEntityDaoBase. setObjectMappingEntityDao(ObjectMappingEntityDao objectMappingEntityDao)Sets reference toobjectMappingEntityDao.voidObjectMappingPropertyEntityDaoBase. setObjectMappingEntityDao(ObjectMappingEntityDao objectMappingEntityDao)Sets reference toobjectMappingEntityDao.voidObjectMappingTriggerEntityDaoBase. setObjectMappingEntityDao(ObjectMappingEntityDao objectMappingEntityDao)Sets reference toobjectMappingEntityDao.voidSystemEntityDaoBase. 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 ObjectMappingEntityDaoDispatcherServiceBase. getObjectMappingEntityDao()Gets reference toobjectMappingEntityDao.Methods in com.soffid.iam.service with parameters of type ObjectMappingEntityDao Modifier and Type Method Description voidDispatcherServiceBase. setObjectMappingEntityDao(ObjectMappingEntityDao objectMappingEntityDao)Sets reference toobjectMappingEntityDao.
-