Uses of Interface
org.glassfish.persistence.ejb.entitybean.container.spi.ReadOnlyEJBHome
-
Packages that use ReadOnlyEJBHome Package Description com.sun.appserv.ejb org.glassfish.persistence.ejb.entitybean.container -
-
Uses of ReadOnlyEJBHome in com.sun.appserv.ejb
Methods in com.sun.appserv.ejb with parameters of type ReadOnlyEJBHome Modifier and Type Method Description voidReadOnlyBeanNotifier. setHome(ReadOnlyEJBHome home)This is an init method for the helper class not to depend on the impl -
Uses of ReadOnlyEJBHome in org.glassfish.persistence.ejb.entitybean.container
Classes in org.glassfish.persistence.ejb.entitybean.container that implement ReadOnlyEJBHome Modifier and Type Class Description classReadOnlyEJBHomeImplImplementation of the EJBHome interface for ReadOnly Entity Beans.Methods in org.glassfish.persistence.ejb.entitybean.container with parameters of type ReadOnlyEJBHome Modifier and Type Method Description voidReadOnlyBeanNotifierImpl. setHome(ReadOnlyEJBHome home)
-