diff -r 000000000000 -r 16a1fc2116d6 java/HibernateDemo1/HibernateDemo1-ejb/src/java/cz/frantovo/hibernateDemo1/CilDAOBean.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/java/HibernateDemo1/HibernateDemo1-ejb/src/java/cz/frantovo/hibernateDemo1/CilDAOBean.java Sat Mar 14 21:58:41 2009 +0100 @@ -0,0 +1,20 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ + +package cz.frantovo.hibernateDemo1; + +import javax.ejb.Stateless; + +/** + * + * @author fiki + */ +@Stateless +public class CilDAOBean implements CilDAORemote { + + // Add business logic below. (Right-click in editor and choose + // "Insert Code > Add Business Method" or "Web Service > Add Operation") + +}