Class Summary | |
---|---|
AbstractMetadataPlugin | |
AbstractModelloCore | |
AbstractModelloGenerator | |
AbstractModelloTranslator | |
AbstractPluginManager | |
AssociationMetadata | |
AxionBuilder | An SQL Builder for the Axion JDBC database. |
BaseElement | This is the base class for all elements of the model. |
ClassMetadata | |
CodeSegment | |
Column | |
Database | Models a database. |
Db2Builder | An SQL Builder for Oracle |
DefaultGeneratorPluginManager | |
DefaultMetadataPluginManager | |
DefaultModelloCore | |
FieldMetadata | |
FileUtils | |
ForeignKey | |
GeneratorPluginManager | |
Header | Print the headers delineating the public and non-public elements of the compilation unit. |
HsqlDbBuilder | An SQL Builder for the HsqlDb JDBC database. |
Index | |
IndexColumn | |
JavaAssociationMetadata | |
JavaClassMetadata | |
JavaFieldMetadata | |
JavaMetadataPlugin | |
JavaModelloGenerator | |
JavaModelMetadata | |
JClass | A representation of the Java Source code for a Java Class. |
JClass.JInnerClass | |
JCodeStatement | Represents a line of code, used by JSourceCode class |
JComment | A class that represents a Java comment. |
JCompUnit | A representation of the Java Source code for a Java compilation unit. |
JConstructor | A class for handling source code for a constructor of a JClass |
JDocComment | A class that "SOMEWHAT" represents a Java Doc Comment. |
JDocDescriptor | A descriptor for a JavaDoc comment |
JField | A class which holds information about a field. |
JInterface | A representation of the Java Source code for a Java Interface. |
JMember | An interface which represents a Member of a JClass, modelled closely after the Java Reflection API. |
JMethod | A class which holds information about the methods of a JClass. |
JMethodSignature | A class which holds information about the signtaure of a JMethod. |
JModifiers | The set of modifiers for a Method or Member variable |
JNamedMap | A simple String to Object mapping which preserves order. |
JNaming | A utility class used to validate identifiers and class names |
JParameter | Represents a parameter to a JMethod. |
JSourceCode | A class for holding in-memory Java source code. |
JSourceWriter | The writer used by the modello classes |
JStructure | This class represents the basic Java "structure" for a Java source file. |
JType | |
LineFormatter | Formats a given String for use within a Java comment |
Mapping | This class describes a mapping between a standard JDBC type and the provider specific implementation of that type. |
MckoiSqlBuilder | An SQL Builder for the Mckoi database |
Metadata | |
MetadataPlugin | |
MetadataPluginManager | |
Model | |
ModelAssociation | |
ModelAssociationMetadata | |
ModelClass | |
ModelClassMetadata | |
ModelDefault | |
ModelField | |
ModelFieldConverter | |
ModelFieldMetadata | |
ModelInterface | |
Modello | |
ModelloCli | |
ModelloCore | |
ModelloException | |
ModelloGenerator | |
ModelloParameterConstants | |
ModelloRuntimeException | |
ModelloTranslator | |
ModelMetadata | |
ModelMetadataPlugin | |
ModelModelMetadata | |
ModelReader | |
ModelValidationException | |
MSSqlBuilder | An SQL Builder for MS SQL |
MySqlBuilder | An SQL Builder for MySQL |
OracleBuilder | An SQL Builder for Oracle |
PostgreSqlBuilder | An SQL Builder for PostgresSqlL |
Reference | |
SapDbBuilder | An SQL Builder for Oracle |
SqlBuilder | This class is a collection of Strategy methods for creating the DDL required to create and drop databases and tables. |
StringUtils | |
SybaseBuilder | An SQL Builder for Sybase |
Table | Models a table. |
Type | Describes an SQL type |
TypeMap | A class that maps SQL type names to their JDBC type ID found in {@link java.sql.Types}. |
TypeMap | This class is a helper class for converting from string values to their corresponding {@link java.sql.Types} (Exists only at the moment to overcome some deficiencies in {@link org.codehaus.modello.generator.database.model.TypeMap} |
TypeMapping | Associates an SQL type with its JDBC mapping |
Types | Manages the set of types supported by a database provider, and the mappings from standard JDBC types to the provider types. |
TypesFactory | Factory for constructing {@link Types} from database meta data |
Unique | Provides compatibility with Torque-style xml with separate <index> and <unique> tags, but adds no functionality. |
UniqueColumn | Provides compatibility with Torque-style xml with separate <index> and <unique> tags, but adds no functionality. |
Version |
A version string is on the form |
VersionRange | |
VersionUtil |