WebObjects 5.2.3

com.webobjects.jdbcadaptor
Class JDBCExpressionFactory

java.lang.Object
  extended bycom.webobjects.eoaccess.EOSQLExpressionFactory
      extended bycom.webobjects.jdbcadaptor.JDBCExpressionFactory

public class JDBCExpressionFactory
extends EOSQLExpressionFactory

The expression factory for the JDBCAdaptor.


Constructor Summary
JDBCExpressionFactory(EOAdaptor adaptor)
           
 
Method Summary
 EOSQLExpression createExpression(EOEntity entity)
          Creates a new instance of the factory's EOSQLExpression class and assigns the parameter entity to that expression.
 
Methods inherited from class com.webobjects.eoaccess.EOSQLExpressionFactory
adaptor, deleteStatementWithQualifier, expressionClass, expressionForEntity, expressionForString, insertStatementForRow, selectStatementForAttributes, updateStatementForRow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCExpressionFactory

public JDBCExpressionFactory(EOAdaptor adaptor)
Method Detail

createExpression

public EOSQLExpression createExpression(EOEntity entity)
Description copied from class: EOSQLExpressionFactory
Creates a new instance of the factory's EOSQLExpression class and assigns the parameter entity to that expression.

Overrides:
createExpression in class EOSQLExpressionFactory
Parameters:
entity - the EOEntity to which the EOSQLExpression is assigned
Returns:
The EOSQLExpression created

Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.