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

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

public final class JDBCDeclaredSQLQuery
extends JDBCAbstractQueryCommand

This class generates a query based on the delcared-sql xml specification.

Version:
$Revision: 57209 $
Author:
Dain Sundstrom, Rickard Öberg, Marc Fleury, Joe Shevland, Justin Forder, Michel de Groot, danch (Dan Christopherson, 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
JDBCDeclaredSQLQuery(JDBCStoreManager manager, JDBCQueryMetaData q)
          Creted a defined finder command based on the information in a declared-sql declaration.
 
Method Summary
 
Methods inherited from class org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractQueryCommand
appendLeftJoinCMRColumnNames, execute, 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

JDBCDeclaredSQLQuery

public JDBCDeclaredSQLQuery(JDBCStoreManager manager,
                            JDBCQueryMetaData q)
                     throws org.jboss.deployment.DeploymentException
Creted a defined finder command based on the information in a declared-sql declaration.

Throws:
org.jboss.deployment.DeploymentException


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