java/HibernateDemo1/HibernateDemo1-lib/src/cz/frantovo/hibernateDemo1/CilDAORemote.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-lib/src/cz/frantovo/hibernateDemo1/CilDAORemote.java	Sat Mar 14 21:58:41 2009 +0100
     1.3 @@ -0,0 +1,17 @@
     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.Remote;
    1.12 +
    1.13 +/**
    1.14 + *
    1.15 + * @author fiki
    1.16 + */
    1.17 +@Remote
    1.18 +public interface CilDAORemote {
    1.19 +    
    1.20 +}