public interface IAlternateNameDao extends IDao<AlternateName,Long>
AlternateName
Modifier and Type | Method and Description |
---|---|
List<String> |
getUsedLanguagesCodes()
This method returns the language used by the AlternateName. the results
are sorted by the number of times they are used(most popula first)
|
count, deleteAll, deleteAll, exists, flushAndClear, get, getAll, getAllPaginate, getPersistenceClass, remove, save, setFlushMode
List<String> getUsedLanguagesCodes()
Copyright © 2015. All rights reserved.