Uses of Interface
com.soffid.iam.model.AttributeTranslationEntityDao
-
Packages that use AttributeTranslationEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of AttributeTranslationEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement AttributeTranslationEntityDao Modifier and Type Class Description class
AttributeTranslationEntityDaoBase
DAO Base for Entity AttributeTranslationEntityclass
AttributeTranslationEntityDaoImpl
-
Uses of AttributeTranslationEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return AttributeTranslationEntityDao Modifier and Type Method Description AttributeTranslationEntityDao
AttributeTranslationServiceBase. getAttributeTranslationEntityDao()
Gets reference toattributeTranslationEntityDao
.Methods in com.soffid.iam.service with parameters of type AttributeTranslationEntityDao Modifier and Type Method Description void
AttributeTranslationServiceBase. setAttributeTranslationEntityDao(AttributeTranslationEntityDao attributeTranslationEntityDao)
Sets reference toattributeTranslationEntityDao
.
-