1 25 26 package org.objectweb.easybeans.tests.common.ejbs.stateful.containermanaged.entitymanager; 27 28 34 public interface ItfEntityManagerQueriesTester { 35 36 39 int MAX_ENTITIES = 10; 40 41 44 String ENTITY_NAME_ROOT = "test"; 45 46 49 void startup(); 50 51 54 void callNamedQuery(); 55 56 59 void callNamedNativeQuery(); 60 61 64 void callCreateQuery(); 65 66 70 void callCreateNativeQuery00(); 71 72 76 void callCreateNativeQuery01(); 77 78 82 void callCreateNativeQuery02(); 83 84 } 85 | Popular Tags |