Package de.mguennewig.pobjtool

The package de.mguennewig.pobjtool provides the classes for a tool named PObjTool which generates Java classes for the de.mguennewig.pobjects library out of an XML file.

See:
          Description

Class Summary
DictionaryParser A parser for the XML file that declares a PObjDictionary.
NodeContainer A special DocumentFragment which does not move added child nodes.
PObjTool Tool for generating Java class files and SQL files.
TypeClassHandler An invocation handler that calls an instance of the type class of a given type instance.
 

Exception Summary
DictionaryException Signals that en error has been detected in the dictionary definition file.
 

Package de.mguennewig.pobjtool Description

The package de.mguennewig.pobjtool provides the classes for a tool named PObjTool which generates Java classes for the de.mguennewig.pobjects library out of an XML file. This tool can also generate the necessary SQL statements to generate the necessary tables or drop them again.