franta-hg@0: package cz.frantovo.hibernateDemo1; franta-hg@0: franta-hg@1: import cz.frantovo.hibernateDemo1.dto.Cil; franta-hg@1: import java.util.Collection; franta-hg@0: import javax.ejb.Stateless; franta-hg@0: franta-hg@0: /** franta-hg@0: * franta-hg@0: * @author fiki franta-hg@0: */ franta-hg@0: @Stateless franta-hg@0: public class CilDAOBean implements CilDAORemote { franta-hg@1: franta-hg@1: public Collection getCile() { franta-hg@1: throw new UnsupportedOperationException("Not supported yet."); franta-hg@1: } franta-hg@0: franta-hg@0: franta-hg@0: }