Class EntityBeanHomeImpl
- java.lang.Object
-
- com.sun.ejb.containers.EJBHomeImpl
-
- com.sun.ejb.containers.EJBHomeInvocationHandler
-
- org.glassfish.persistence.ejb.entitybean.container.EntityBeanHomeImpl
-
- All Implemented Interfaces:
jakarta.ejb.EJBHome,InvocationHandler,Remote
- Direct Known Subclasses:
ReadOnlyEJBHomeImpl
public class EntityBeanHomeImpl extends com.sun.ejb.containers.EJBHomeInvocationHandlerImplementation of the EJBHome interface for Entity Beans.- Author:
- mvatkina
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sun.ejb.containers.EJBObjectImplcreateEJBObjectImpl()EJBObjectImpl is created directly by the container, not by this callprotected voidpostCreate(com.sun.ejb.Container container, com.sun.ejb.EjbInvocation inv, com.sun.ejb.InvocationInfo invInfo, Object primaryKey, Object[] args)-
Methods inherited from class com.sun.ejb.containers.EJBHomeInvocationHandler
getEJBHome, invoke, invokeSpecialEJBHomeMethod, invokeTargetBeanMethod, setMethodMap, setProxy
-
-