| java.lang.Object org.jboss.ejb.plugins.CMPPersistenceManager
Method Summary | |
public void | activateEntity(EntityEnterpriseContext ctx) | public void | create() | public Object | createBeanClassInstance() Returns a new instance of the bean class or a subclass of the bean class. | public void | createEntity(Method m, Object[] args, EntityEnterpriseContext ctx) | public void | destroy() | public Collection | findEntities(Method finderMethod, Object[] args, EntityEnterpriseContext ctx, GenericEntityObjectFactory factory) | public Object | findEntity(Method finderMethod, Object[] args, EntityEnterpriseContext ctx, GenericEntityObjectFactory factory) | public EntityPersistenceStore | getPersistenceStore() Gets the entity persistence store. | public void | invokeEjbStore(EntityEnterpriseContext ctx) | protected void | invokeLoad(EntityEnterpriseContext ctx) | public boolean | isModified(EntityEnterpriseContext ctx) | public boolean | isStoreRequired(EntityEnterpriseContext ctx) | public void | loadEntity(EntityEnterpriseContext ctx) | public void | passivateEntity(EntityEnterpriseContext ctx) | public void | postCreateEntity(Method m, Object[] args, EntityEnterpriseContext ctx) | public void | removeEntity(EntityEnterpriseContext ctx) | public void | setContainer(Container c) | public void | setPersistenceStore(EntityPersistenceStore store) | public void | start() | public void | stop() | public void | storeEntity(EntityEnterpriseContext ctx) |
createBeanClassInstance | public Object createBeanClassInstance() throws Exception(Code) | | Returns a new instance of the bean class or a subclass of the bean class.
the new instance |
destroy | public void destroy()(Code) | | |
|
|