|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericEntityObjectFactory | |
org.jboss.ejb | Package description goes here. |
org.jboss.ejb.plugins | Package description goes here. |
org.jboss.ejb.plugins.cmp.jdbc | Package description goes here. |
org.jboss.ejb.plugins.cmp.jdbc2 | |
org.jboss.ejb.plugins.inflow | |
org.jboss.ejb.plugins.jms | Package description goes here. |
org.jboss.ejb.plugins.local | Package description goes here. |
org.jboss.proxy.ejb |
Uses of GenericEntityObjectFactory in org.jboss.ejb |
Subinterfaces of GenericEntityObjectFactory in org.jboss.ejb | |
interface |
EJBProxyFactory
This is an interface for Container plugins. |
interface |
LocalProxyFactory
This is an extension to the EJBProxyFactory interface. |
Methods in org.jboss.ejb with parameters of type GenericEntityObjectFactory | |
static Collection |
GenericEntityObjectFactory.UTIL.getEntityCollection(GenericEntityObjectFactory factory,
Collection ids)
|
Object |
EntityPersistenceStore.findEntity(Method finderMethod,
Object[] args,
EntityEnterpriseContext instance,
GenericEntityObjectFactory factory)
This method is called when single entities are to be found. |
Collection |
EntityPersistenceStore.findEntities(Method finderMethod,
Object[] args,
EntityEnterpriseContext instance,
GenericEntityObjectFactory factory)
This method is called when collections of entities are to be found. |
Object |
EntityPersistenceManager.findEntity(Method finderMethod,
Object[] args,
EntityEnterpriseContext instance,
GenericEntityObjectFactory factory)
This method is called when single entities are to be found. |
Collection |
EntityPersistenceManager.findEntities(Method finderMethod,
Object[] args,
EntityEnterpriseContext instance,
GenericEntityObjectFactory factory)
This method is called when collections of entities are to be found. |
Uses of GenericEntityObjectFactory in org.jboss.ejb.plugins |
Methods in org.jboss.ejb.plugins with parameters of type GenericEntityObjectFactory | |
Object |
CMPPersistenceManager.findEntity(Method finderMethod,
Object[] args,
EntityEnterpriseContext ctx,
GenericEntityObjectFactory factory)
|
Collection |
CMPPersistenceManager.findEntities(Method finderMethod,
Object[] args,
EntityEnterpriseContext ctx,
GenericEntityObjectFactory factory)
find multiple entities |
Object |
CMPInMemoryPersistenceManager.findEntity(Method finderMethod,
Object[] args,
EntityEnterpriseContext instance,
GenericEntityObjectFactory factory)
This method is called when single entities are to be found. |
Collection |
CMPInMemoryPersistenceManager.findEntities(Method finderMethod,
Object[] args,
EntityEnterpriseContext instance,
GenericEntityObjectFactory factory)
This method is called when collections of entities are to be found. |
Object |
CMPFilePersistenceManager.findEntity(Method finderMethod,
Object[] args,
EntityEnterpriseContext ctx,
GenericEntityObjectFactory factory)
|
Collection |
CMPFilePersistenceManager.findEntities(Method finderMethod,
Object[] args,
EntityEnterpriseContext ctx,
GenericEntityObjectFactory factory)
|
Object |
BMPPersistenceManager.findEntity(Method finderMethod,
Object[] args,
EntityEnterpriseContext ctx,
GenericEntityObjectFactory factory)
|
Collection |
BMPPersistenceManager.findEntities(Method finderMethod,
Object[] args,
EntityEnterpriseContext ctx,
GenericEntityObjectFactory factory)
|
Uses of GenericEntityObjectFactory in org.jboss.ejb.plugins.cmp.jdbc |
Uses of GenericEntityObjectFactory in org.jboss.ejb.plugins.cmp.jdbc2 |
Uses of GenericEntityObjectFactory in org.jboss.ejb.plugins.inflow |
Classes in org.jboss.ejb.plugins.inflow that implement GenericEntityObjectFactory | |
class |
JBossJMSMessageEndpointFactory
Hacked version of message endpoint factory for backwards compatibility |
class |
JBossMessageEndpointFactory
EJBProxyFactory for inflow message driven beans |
Uses of GenericEntityObjectFactory in org.jboss.ejb.plugins.jms |
Classes in org.jboss.ejb.plugins.jms that implement GenericEntityObjectFactory | |
class |
JMSContainerInvoker
EJBProxyFactory for JMS MessageDrivenBeans |
Uses of GenericEntityObjectFactory in org.jboss.ejb.plugins.local |
Classes in org.jboss.ejb.plugins.local that implement GenericEntityObjectFactory | |
class |
BaseLocalProxyFactory
The LocalProxyFactory implementation that handles local ejb interface proxies. |
Uses of GenericEntityObjectFactory in org.jboss.proxy.ejb |
Classes in org.jboss.proxy.ejb that implement GenericEntityObjectFactory | |
class |
ProxyFactory
As we remove the one one association between container STACK and invoker we keep this around. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |