java/HibernateDemo1/HibernateDemo1-ejb/src/java/cz/frantovo/hibernateDemo1/CilDAOBean.java
changeset 0 16a1fc2116d6
child 1 55b52df32ec2
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/HibernateDemo1/HibernateDemo1-ejb/src/java/cz/frantovo/hibernateDemo1/CilDAOBean.java	Sat Mar 14 21:58:41 2009 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +/*
     1.5 + * To change this template, choose Tools | Templates
     1.6 + * and open the template in the editor.
     1.7 + */
     1.8 +
     1.9 +package cz.frantovo.hibernateDemo1;
    1.10 +
    1.11 +import javax.ejb.Stateless;
    1.12 +
    1.13 +/**
    1.14 + *
    1.15 + * @author fiki
    1.16 + */
    1.17 +@Stateless
    1.18 +public class CilDAOBean implements CilDAORemote {
    1.19 +    
    1.20 +    // Add business logic below. (Right-click in editor and choose
    1.21 +    // "Insert Code > Add Business Method" or "Web Service > Add Operation")
    1.22 + 
    1.23 +}