public class JDBCSelectorBridge extends Object implements SelectorBridge
Constructor and Description |
---|
JDBCSelectorBridge(JDBCStoreManager manager,
JDBCQueryMetaData queryMetaData) |
Modifier and Type | Method and Description |
---|---|
Object |
execute(CmpEntityBeanContext ctx,
Object[] args) |
Method |
getMethod() |
String |
getSelectorName() |
Object |
invoke(CmpEntityBeanContext ctx,
Method method,
Object[] args) |
public JDBCSelectorBridge(JDBCStoreManager manager, JDBCQueryMetaData queryMetaData)
public Object invoke(CmpEntityBeanContext ctx, Method method, Object[] args) throws Exception
invoke
in interface EntityBridgeInvocationHandler.BridgeInvoker
Exception
public String getSelectorName()
getSelectorName
in interface SelectorBridge
public Method getMethod()
getMethod
in interface SelectorBridge
public Object execute(CmpEntityBeanContext ctx, Object[] args) throws javax.ejb.FinderException
execute
in interface SelectorBridge
javax.ejb.FinderException
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.