org.jboss.ejb.plugins.cmp.jdbc
Class JDBCDynamicQLQuery

java.lang.Object
  extended by org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractQueryCommand
      extended by org.jboss.ejb.plugins.cmp.jdbc.JDBCDynamicQLQuery
All Implemented Interfaces:
JDBCQueryCommand

public final class JDBCDynamicQLQuery
extends JDBCAbstractQueryCommand

This class generates a query from JBoss-QL.

Version:
$Revision: 1.11.4.1 $
Author:
Dain Sundstrom, Alex Loubyansky

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractQueryCommand
JDBCAbstractQueryCommand.LeftJoinCMRNode
 
Field Summary
 
Fields inherited from class org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractQueryCommand
log
 
Constructor Summary
JDBCDynamicQLQuery(JDBCStoreManager manager, JDBCQueryMetaData q)
           
 
Method Summary
 Collection execute(Method finderMethod, Object[] args, EntityEnterpriseContext ctx, GenericEntityObjectFactory factory)
           
 
Methods inherited from class org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractQueryCommand
appendLeftJoinCMRColumnNames, execute, getEagerLoadGroup, getEagerLoadMask, getLeftJoinCMRNodes, getLog, getSelectEntity, getSelectField, getSelectManager, leftJoinCMRNodes, parseParameters, setEagerLoadGroup, setLimitParam, setLimitValue, setOffsetParam, setOffsetValue, setOnFindCMRList, setParameterList, setSelectEntity, setSelectField, setSelectFunction, setSQL, toInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCDynamicQLQuery

public JDBCDynamicQLQuery(JDBCStoreManager manager,
                          JDBCQueryMetaData q)
                   throws org.jboss.deployment.DeploymentException
Throws:
org.jboss.deployment.DeploymentException
Method Detail

execute

public Collection execute(Method finderMethod,
                          Object[] args,
                          EntityEnterpriseContext ctx,
                          GenericEntityObjectFactory factory)
                   throws javax.ejb.FinderException
Specified by:
execute in interface JDBCQueryCommand
Overrides:
execute in class JDBCAbstractQueryCommand
Throws:
javax.ejb.FinderException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.