WebObjects 5.4.2

com.webobjects.jdbcadaptor
Class JDBCExpressionFactory

java.lang.Object
  extended by com.webobjects.eoaccess.EOSQLExpressionFactory
      extended by com.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 June 2008

Copyright © 2000-2008 Apple Inc.