Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.tools.builderreader.parser
Class TopLink25Definitions

java.lang.Object
  extended byoracle.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
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?
Throws:
BuilderException

buildProjectDefinition

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

buildTableDefinition

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

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.

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.