Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/10/2009, 11:50
Avatar de dackiller
dackiller
 
Fecha de Ingreso: septiembre-2003
Ubicación: The Matrix
Mensajes: 341
Antigüedad: 21 años, 3 meses
Puntos: 4
Respuesta: Una duda sobre hibernate

Coleccion tipo Lista usando Sentencias HBQL
Código PHP:
Iterator inter session.createQuery("from Categorias").list().iterator();

while(
inter.hasNext()){
   
Categorias cat = (Categoriasinter.next();
   
System.out.println(cat.getIdCategoria());

__________________
--
NOTA: Si haz conseguido la solución a tu problema, por favor edita el titulo del tema colocando el prefijo [SOLUCIONADO], para que otros usuarios puedan encontrar soluciones más rápido.