Package | Description |
---|---|
org.jboss.as.cmp.jdbc | |
org.jboss.as.cmp.jdbc2 |
Modifier and Type | Method and Description |
---|---|
Collection |
JDBCDynamicQLQuery.execute(Method finderMethod,
Object[] args,
CmpEntityBeanContext ctx,
JDBCQueryCommand.EntityProxyFactory factory) |
Collection |
JDBCAbstractQueryCommand.execute(Method finderMethod,
Object[] args,
CmpEntityBeanContext ctx,
JDBCQueryCommand.EntityProxyFactory factory) |
Collection |
JDBCFindByPrimaryKeyQuery.execute(Method finderMethod,
Object[] args,
CmpEntityBeanContext ctx,
JDBCQueryCommand.EntityProxyFactory factory) |
Object |
JDBCFindEntityCommand.execute(Method finderMethod,
Object[] args,
CmpEntityBeanContext ctx,
JDBCQueryCommand.EntityProxyFactory factory) |
Collection |
JDBCQueryCommand.execute(Method finderMethod,
Object[] args,
CmpEntityBeanContext ctx,
JDBCQueryCommand.EntityProxyFactory factory) |
Collection |
JDBCFindEntitiesCommand.execute(Method finderMethod,
Object[] args,
CmpEntityBeanContext ctx,
JDBCQueryCommand.EntityProxyFactory factory) |
Collection |
JDBCCustomFinderQuery.execute(Method unused,
Object[] args,
CmpEntityBeanContext ctx,
JDBCQueryCommand.EntityProxyFactory factory) |
protected Collection |
JDBCAbstractQueryCommand.execute(String sql,
Object[] args,
int offset,
int limit,
JDBCEntityBridge selectEntity,
JDBCCMPFieldBridge selectField,
SelectFunction selectFunction,
JDBCStoreManager selectManager,
boolean[] eagerLoadMask,
List parameters,
List onFindCMRList,
JDBCQueryMetaData queryMetaData,
JDBCQueryCommand.EntityProxyFactory factory,
org.jboss.logging.Logger log) |
Collection |
JDBCStoreManager.findEntities(Method finderMethod,
Object[] args,
CmpEntityBeanContext ctx,
JDBCQueryCommand.EntityProxyFactory factory) |
Collection |
JDBCEntityPersistenceStore.findEntities(Method finderMethod,
Object[] args,
CmpEntityBeanContext instance,
JDBCQueryCommand.EntityProxyFactory factory)
This method is called when collections of entities are to be found.
|
Object |
JDBCStoreManager.findEntity(Method finderMethod,
Object[] args,
CmpEntityBeanContext ctx,
JDBCQueryCommand.EntityProxyFactory factory) |
Object |
JDBCEntityPersistenceStore.findEntity(Method finderMethod,
Object[] args,
CmpEntityBeanContext instance,
JDBCQueryCommand.EntityProxyFactory factory)
This method is called when single entities are to be found.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.