Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.transform
Class ObjectTransformer

java.lang.Object
  |
  +--oracle.toplink.transform.ObjectTransformer

public class ObjectTransformer
extends java.lang.Object

Constructor Summary
ObjectTransformer(Project newProject)
           

 

Method Summary
 java.util.Vector buildObjects(java.lang.Class type, DataSource source)
           
 void storeObjects(java.util.Vector objects)
           
 void storeObjects(java.util.Vector objects, DataResult result)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ObjectTransformer

public ObjectTransformer(Project newProject)
Method Detail

buildObjects

public java.util.Vector buildObjects(java.lang.Class type,
DataSource source)

storeObjects

public void storeObjects(java.util.Vector objects,
DataResult result)

storeObjects

public void storeObjects(java.util.Vector objects)

Copyright © 2003 Oracle Corporation. All Rights Reserved.