Uses of Class
com.eurodyn.qlack.fuse.lexicon.model.Data
Package
Description
-
Uses of Data in com.eurodyn.qlack.fuse.lexicon.mapper
-
Uses of Data in com.eurodyn.qlack.fuse.lexicon.model
-
Uses of Data in com.eurodyn.qlack.fuse.lexicon.repository
Modifier and TypeMethodDescriptionDataRepository.findByKeyIdAndLanguageId
(String keyId, String languageId) An abstract method that is used to retrieve data filtered by the key id and language idDataRepository.findByKeyIdAndLanguageLocale
(String keyId, String locale) An abstract method that is used to retrieve the data by the keyId and locale codeDataRepository.findByKeyNameAndLanguageId
(String keyName, String languageId) An abstract method that is used to retrieve data filtered by the key name and language idDataRepository.findByKeyNameAndLanguageLocale
(String keyName, String locale) An abstract method that is used to retrieve the data by the key name and the locale language codeModifier and TypeMethodDescriptionDataRepository.findByKeyGroupIdAndLanguageLocale
(String groupId, String locale) An abstract method that is used to retrieve the data by the group id and the locale language code