LanguageDAOImpl
public interface LanguageDAO extends BaseDAO<Language>
Modifier and Type | Method | Description |
---|---|---|
Language |
findById(Integer id) |
|
List<Language> |
findByKey(String key) |
Finds all language items with a particular key.
|
Language |
findByKeyAndLocale(String key,
String locale) |
Finds all language items with the given key and locale.
|
List<Language> |
findByLocale(String locale) |
Finds all language items with a given locale.
|
Language findByKeyAndLocale(String key, String locale)
key
- resource keyList<Language> findByKey(String key)
key
- resource keyCopyright © 2002–2019 itracker. All rights reserved.