@Repository public class AlternateNameDao extends GenericDao<AlternateName,Long> implements IAlternateNameDao
AlternateName
persistentClass
Constructor and Description |
---|
AlternateNameDao()
Default constructor
|
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
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
count, deleteAll, deleteAll, exists, flushAndClear, get, getAll, getAllPaginate, getPersistenceClass, remove, save, setFlushMode
public List<String> getUsedLanguagesCodes()
IAlternateNameDao
getUsedLanguagesCodes
in interface IAlternateNameDao
Copyright © 2015. All rights reserved.