org.apache.ws.jaxme.sqls.oracle
Class OraObjectFactoryImpl

java.lang.Object
  extended byorg.apache.ws.jaxme.sqls.impl.ObjectFactoryImpl
      extended byorg.apache.ws.jaxme.sqls.oracle.OraObjectFactoryImpl
All Implemented Interfaces:
ObjectFactory

public class OraObjectFactoryImpl
extends ObjectFactoryImpl

Author:
Jochen Wiedmann

Constructor Summary
OraObjectFactoryImpl()
           
 
Method Summary
 JoinReference newJoinReference(SelectTableReference pSelectTableReference, Table pTable, boolean pIsLeftOuterJoin)
          Returns an instance of JoinReference.
 
Methods inherited from class org.apache.ws.jaxme.sqls.impl.ObjectFactoryImpl
newCombinedConstraint, newFunction, newRawSQL, newView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OraObjectFactoryImpl

public OraObjectFactoryImpl()
Method Detail

newJoinReference

public JoinReference newJoinReference(SelectTableReference pSelectTableReference,
                                      Table pTable,
                                      boolean pIsLeftOuterJoin)
Description copied from interface: ObjectFactory

Returns an instance of JoinReference.

Specified by:
newJoinReference in interface ObjectFactory
Overrides:
newJoinReference in class ObjectFactoryImpl