oracle.toplink.tools.builderreader.parser
Class TopLink25Definitions

java.lang.Object
  |
  +--oracle.toplink.tools.builderreader.parser.TopLink25Definitions

public class TopLink25Definitions
extends java.lang.Object

OBSOLETE: This class in now obsolete as the Builder file format has been upgraded to use XML.


Constructor Summary
TopLink25Definitions()
          Deprecated.  
 
Method Summary
TypeMethod
static ObjectDefinition buildDescriptorDefinition()
          Deprecated. TopLink specific (read from files?
static ObjectDefinition buildProjectDefinition(ProjectSpecification projectSpec)
          Deprecated.  
static ObjectDefinition buildTableDefinition()
          Deprecated. TopLink specific (read from files?
static void dropObjectDefinitions()
          Deprecated. This method is provided to allow the application developer to de-reference the ObjectDefinitions so that they may be garbage collected.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopLink25Definitions

public TopLink25Definitions()
Deprecated. 
Method Detail

buildDescriptorDefinition

public static ObjectDefinition buildDescriptorDefinition()
                                                  throws BuilderException
Deprecated. 
TopLink specific (read from files?

buildProjectDefinition

public static ObjectDefinition buildProjectDefinition(ProjectSpecification projectSpec)
                                               throws BuilderException
Deprecated. 

buildTableDefinition

public static ObjectDefinition buildTableDefinition()
                                             throws BuilderException
Deprecated. 
TopLink specific (read from files?

dropObjectDefinitions

public static void dropObjectDefinitions()
Deprecated. 
This method is provided to allow the application developer to de-reference the ObjectDefinitions so that they may be garbage collected.