Uses of Interface
com.soffid.iam.model.DefaultObjectMappingEntityDao
-
Packages that use DefaultObjectMappingEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of DefaultObjectMappingEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement DefaultObjectMappingEntityDao Modifier and Type Class Description class
DefaultObjectMappingEntityDaoBase
DAO Base for Entity DefaultObjectMappingEntityclass
DefaultObjectMappingEntityDaoImpl
DAO DefaultObjectMappingEntity implementationMethods in com.soffid.iam.model that return DefaultObjectMappingEntityDao Modifier and Type Method Description DefaultObjectMappingEntityDao
AgentDescriptorEntityDaoBase. getDefaultObjectMappingEntityDao()
Gets reference todefaultObjectMappingEntityDao
.DefaultObjectMappingEntityDao
DefaultAttributeMappingEntityDaoBase. getDefaultObjectMappingEntityDao()
Gets reference todefaultObjectMappingEntityDao
.DefaultObjectMappingEntityDao
DefaultObjectMappingPropertyEntityDaoBase. getDefaultObjectMappingEntityDao()
Gets reference todefaultObjectMappingEntityDao
.Methods in com.soffid.iam.model with parameters of type DefaultObjectMappingEntityDao Modifier and Type Method Description void
AgentDescriptorEntityDaoBase. setDefaultObjectMappingEntityDao(DefaultObjectMappingEntityDao defaultObjectMappingEntityDao)
Sets reference todefaultObjectMappingEntityDao
.void
DefaultAttributeMappingEntityDaoBase. setDefaultObjectMappingEntityDao(DefaultObjectMappingEntityDao defaultObjectMappingEntityDao)
Sets reference todefaultObjectMappingEntityDao
.void
DefaultObjectMappingPropertyEntityDaoBase. setDefaultObjectMappingEntityDao(DefaultObjectMappingEntityDao defaultObjectMappingEntityDao)
Sets reference todefaultObjectMappingEntityDao
. -
Uses of DefaultObjectMappingEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return DefaultObjectMappingEntityDao Modifier and Type Method Description DefaultObjectMappingEntityDao
ServerPluginServiceBase. getDefaultObjectMappingEntityDao()
Gets reference todefaultObjectMappingEntityDao
.Methods in com.soffid.iam.service with parameters of type DefaultObjectMappingEntityDao Modifier and Type Method Description void
ServerPluginServiceBase. setDefaultObjectMappingEntityDao(DefaultObjectMappingEntityDao defaultObjectMappingEntityDao)
Sets reference todefaultObjectMappingEntityDao
.
-