Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » ejb » plugins » jaws » jdbc » [javadoc | source]
org.jboss.ejb.plugins.jaws.jdbc
public class: JDBCDefinedFinderCommand [javadoc | source]
java.lang.Object
   org.jboss.ejb.plugins.jaws.jdbc.JDBCCommand
      org.jboss.ejb.plugins.jaws.jdbc.JDBCQueryCommand
         org.jboss.ejb.plugins.jaws.jdbc.JDBCFinderCommand
            org.jboss.ejb.plugins.jaws.jdbc.JDBCDefinedFinderCommand

All Implemented Interfaces:
    JPMFindEntitiesCommand

JAWSPersistenceManager JDBCDefinedFinderCommand
Fields inherited from org.jboss.ejb.plugins.jaws.jdbc.JDBCFinderCommand:
finderMetaData
Fields inherited from org.jboss.ejb.plugins.jaws.jdbc.JDBCCommand:
factory,  jawsEntity,  name
Constructor:
 public JDBCDefinedFinderCommand(JDBCCommandFactory factory,
    FinderMetaData f) 
Method from org.jboss.ejb.plugins.jaws.jdbc.JDBCDefinedFinderCommand Summary:
cleanOrderClause,   getFromClause,   getOrderByClause,   getParameterArray,   getWhereClause,   setParameters
Methods from org.jboss.ejb.plugins.jaws.jdbc.JDBCFinderCommand:
execute,   getFinderMetaData,   getFromClause,   getOrderByClause,   getWhereClause,   handleResult
Methods from org.jboss.ejb.plugins.jaws.jdbc.JDBCQueryCommand:
executeStatementAndHandleResult,   handleResult
Methods from org.jboss.ejb.plugins.jaws.jdbc.JDBCCommand:
executeStatementAndHandleResult,   getCMPFieldValue,   getConnection,   getJDBCType,   getJDBCTypeName,   getJawsCMPFieldJDBCType,   getName,   getPkColumnList,   getPkColumnWhereList,   getPkFieldValue,   getResultObject,   getResultObject,   getSQL,   getState,   isBinaryType,   jdbcExecute,   setCMPFieldValue,   setParameter,   setParameters,   setPrimaryKeyParameters,   setSQL
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.ejb.plugins.jaws.jdbc.JDBCDefinedFinderCommand Detail:
 protected String[] cleanOrderClause(String rawOrder) 
    helper method to clean the order clause into a list of table.field entries. This is used only to clean up the algorythm in the ctor.
 public String getFromClause() 
 public String getOrderByClause() 
 public int[] getParameterArray() 
 public String getWhereClause() 
 protected  void setParameters(PreparedStatement stmt,
    Object argOrArgs) throws Exception