|
||||||||||
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
ar.com.jiji.kaya.dao.hib.AbstractHibernateDaoImpl
ar.com.jiji.kaya.dao.hib.HibernateCRUDPageableDaoImpl<Provincia>
ar.com.jiji.kaya.dao.hib.ProvinciaDaoImpl
public class ProvinciaDaoImpl
Implementacion de ProvinciaDao
con Hibernate.
Field Summary |
---|
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
ProvinciaDaoImpl()
|
Method Summary | |
---|---|
java.util.List<Provincia> |
getProvinciasByPais(long paisId)
Devuelve todas las Provincias
pertenecientes a un Pais . |
Methods inherited from class ar.com.jiji.kaya.dao.hib.HibernateCRUDPageableDaoImpl |
---|
getAll, getPage, getPage, getSize, getSize, load, remove, save |
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport |
---|
checkDaoConfig, closeSessionIfNecessary, 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 ar.com.jiji.kaya.dao.PageableTableDAO |
---|
getPage, getPage, getSize, getSize |
Methods inherited from interface ar.com.jiji.kaya.dao.CRUDDAO |
---|
getAll, load, remove, save |
Constructor Detail |
---|
public ProvinciaDaoImpl()
Method Detail |
---|
public java.util.List<Provincia> getProvinciasByPais(long paisId)
ProvinciaDao
Provincias
pertenecientes a un Pais
.
getProvinciasByPais
in interface ProvinciaDao
paisId
- Id
del
Pais
.
Provincias
pertenecientes a un Pais
. Si
no existen datos que coincidan con el criterio, se devuelve una
lista vacia.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |