|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.JDBCFindAllCommand
JAWSPersistenceManager JDBCFindAllCommand
Fields inherited from class org.jboss.ejb.plugins.jaws.jdbc.JDBCFinderCommand |
finderMetaData |
Fields inherited from class org.jboss.ejb.plugins.jaws.jdbc.JDBCCommand |
debug, factory, jawsEntity, log, name |
Constructor Summary | |
JDBCFindAllCommand(JDBCCommandFactory factory,
FinderMetaData f)
|
Method Summary | |
java.lang.String |
getFromClause()
This method must be ovverridden to return the full table list for the query, including any join statements. |
java.lang.String |
getOrderByClause()
This method must be ovverridded to return the full order by clause for the query, including the 'ORDER BY' keyword. |
java.lang.String |
getWhereClause()
This method must be overridden to return the where clause used in this query. |
Methods inherited from class org.jboss.ejb.plugins.jaws.jdbc.JDBCFinderCommand |
execute, getFinderMetaData, handleResult |
Methods inherited from class org.jboss.ejb.plugins.jaws.jdbc.JDBCQueryCommand |
executeStatementAndHandleResult |
Methods inherited from class org.jboss.ejb.plugins.jaws.jdbc.JDBCCommand |
getCMPFieldValue, getConnection, getJawsCMPFieldJDBCType, getJDBCType, getJDBCTypeName, getPkColumnList, getPkColumnWhereList, getPkFieldValue, getResultObject, getResultObject, getSQL, getState, isBinaryType, jdbcExecute, setCMPFieldValue, setParameter, setParameters, setPrimaryKeyParameters, setSQL |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JDBCFindAllCommand(JDBCCommandFactory factory, FinderMetaData f)
Method Detail |
public java.lang.String getWhereClause()
JDBCFinderCommand
getWhereClause
in class JDBCFinderCommand
public java.lang.String getFromClause()
JDBCFinderCommand
getFromClause
in class JDBCFinderCommand
public java.lang.String getOrderByClause()
JDBCFinderCommand
getOrderByClause
in class JDBCFinderCommand
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |