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.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TopLink25Definitions
public TopLink25Definitions()
- Deprecated.
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.