1 25 package org.objectweb.easybeans.tests.common.ejbs.base.persistencectxlife; 26 27 28 34 public interface ItfPCtxLifetime00 { 35 36 39 void initEntityManager(); 40 41 44 void createCheckEntity00(); 45 46 50 void createCheckEntity01(); 51 52 56 boolean containsEntity(); 57 58 62 boolean existsEntity(); 63 64 67 void checkManaged(); 68 69 72 void checkDetached(); 73 74 77 void removeEntity(); 78 79 82 void persistEntity(); 83 } 84 | Popular Tags |