Class Summary |
BeanWriter |
A subclass of the JavaSourceGenerator which generates
EJB Entity beans with bean managed persistence. |
ComparatorWriter |
This is a SourceWriter that generates a Comparator
for sorting a JaxMe element by its various attributes
and/or child elements. |
ConfigurableImpl |
Default implementation for a Configurable item. |
DebugWriter |
A SourceWriter that emits a structure tree on System.out.
|
ElementRestrictionContainer |
|
Generator |
The Generator is reading an input schema. |
JavaSourceWriter |
This class generates the actual Java sources for the
Java/XML binding. |
JdbcJavaSourceWriter |
This class generates the actual Java sources for the
Java/XML binding with JDBC mapping. |
Main |
A command line interface for the JaxMe source generator. |
SampleWriter |
The SampleWriter creates sample instances matching
the specified XML schema. |
Schema |
A Schema is a list of one or more SchemaElements.
|
SchemaAbstractSimpleElement |
Implementation of a simple element. |
SchemaAnnotationOwner |
An element that can carry an xs:annotation node. |
SchemaAttribute |
Implementation of an attribute. |
SchemaComplexElement |
Implementation of a complex element. |
SchemaComplexJdbcElement |
An extension of the SchemaComplexElement with additional
information related to JDBC. |
SchemaElement |
Represents a single SchemaElement. |
SchemaOption |
|
SchemaReaderImpl |
An abstract default implementation for SchemaReaders. |
SchemaSimpleElement |
Implementation of a simple element. |
SourceWriterImpl |
A base class for implementing SourceWriters. |
SqlField |
An extension of the SchemaSimpleElement with
additional information for JDBC. |
XsdJdbcDataSource |
Creates an SQL connection by looking up a DataSource. |
XsdJdbcDriverManager |
Creates an SQL connection by using the DriverManager. |
XsdJdbcSchemaReader |
A SchemaReader for XML Schemas with JDBC mappings. |
XsdSchemaReader |
A SchemaReader for XML Schemas. |
XsdSchemaWriter |
Saves the schema into an XML Schema file. |