|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
com.gisgraphy.domain.repository.GenericDao<AlternateName,Long>
com.gisgraphy.domain.repository.AlternateNameDao
@Repository public class AlternateNameDao
A data access object for AlternateName
| Field Summary |
|---|
| Fields inherited from class com.gisgraphy.domain.repository.GenericDao |
|---|
persistentClass |
| Fields inherited from class org.springframework.dao.support.DaoSupport |
|---|
logger |
| Constructor Summary | |
|---|---|
AlternateNameDao()
Default constructor |
|
| Method Summary | |
|---|---|
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) |
| Methods inherited from class com.gisgraphy.domain.repository.GenericDao |
|---|
count, deleteAll, deleteAll, exists, flushAndClear, get, getAll, getAllPaginate, getPersistenceClass, remove, save, setFlushMode |
| Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport |
|---|
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory |
| Methods inherited from class org.springframework.dao.support.DaoSupport |
|---|
afterPropertiesSet, initDao |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.gisgraphy.domain.repository.IDao |
|---|
count, deleteAll, deleteAll, exists, flushAndClear, get, getAll, getAllPaginate, getPersistenceClass, remove, save, setFlushMode |
| Constructor Detail |
|---|
public AlternateNameDao()
| Method Detail |
|---|
public List<String> getUsedLanguagesCodes()
IAlternateNameDao
getUsedLanguagesCodes in interface IAlternateNameDao
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||