Uses of Class
org.openiam.idm.srvc.lang.domain.LanguageMappingEntity
-
Packages that use LanguageMappingEntity Package Description org.openiam.esb.repository org.openiam.esb.repository.impl -
-
Uses of LanguageMappingEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type LanguageMappingEntity Modifier and Type Method Description List<LanguageMappingEntity>
LanguageMappingRepository. findByReferenceIdAndReferenceType(String referenceId, String referenceType)
List<LanguageMappingEntity>
LanguageMappingRepository. findByReferenceIdInAndReferenceType(Collection<String> referenceId, String referenceType)
-
Uses of LanguageMappingEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type LanguageMappingEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<LanguageMappingEntity>
LanguageMappingRepositoryImpl. buildSpecifications(LanguageMappingSearchBean sb)
protected Class<LanguageMappingEntity>
LanguageMappingRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<LanguageMappingEntity,String>
LanguageMappingRepositoryImpl. getRepository()
-