diff -r 16a1fc2116d6 -r 55b52df32ec2 java/HibernateDemo1/HibernateDemo1-lib/src/cz/frantovo/hibernateDemo1/CilDAORemote.java --- a/java/HibernateDemo1/HibernateDemo1-lib/src/cz/frantovo/hibernateDemo1/CilDAORemote.java Sat Mar 14 21:58:41 2009 +0100 +++ b/java/HibernateDemo1/HibernateDemo1-lib/src/cz/frantovo/hibernateDemo1/CilDAORemote.java Sat Mar 14 22:14:59 2009 +0100 @@ -1,10 +1,7 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - package cz.frantovo.hibernateDemo1; +import cz.frantovo.hibernateDemo1.dto.Cil; +import java.util.Collection; import javax.ejb.Remote; /** @@ -13,5 +10,6 @@ */ @Remote public interface CilDAORemote { - + + public Collection getCile(); }