org.jboss.ejb.plugins.cmp.jdbc2.bridge
Class EJBSelectBridge
java.lang.Object
org.jboss.ejb.plugins.cmp.jdbc2.bridge.EJBSelectBridge
- All Implemented Interfaces:
- EntityBridgeInvocationHandler.BridgeInvoker (src) , SelectorBridge (src)
- public class EJBSelectBridge
- extends java.lang.Object
- implements SelectorBridge (src)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBSelectBridge
public EJBSelectBridge(EntityContainer (src) container,
Schema (src) schema,
JDBCQueryMetaData (src) metadata,
QueryCommand (src) command)
invoke
public java.lang.Object invoke(EntityEnterpriseContext (src) instance,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Exception
- Specified by:
invoke
in interface EntityBridgeInvocationHandler.BridgeInvoker (src)
- Throws:
java.lang.Exception
getSelectorName
public java.lang.String getSelectorName()
- Specified by:
getSelectorName
in interface SelectorBridge (src)
getMethod
public java.lang.reflect.Method getMethod()
- Specified by:
getMethod
in interface SelectorBridge (src)
execute
public java.lang.Object execute(java.lang.Object[] args)
throws FinderException (src)
- Specified by:
execute
in interface SelectorBridge (src)
- Throws:
FinderException (src)