All Classes and Interfaces
Class
Description
Base exporter for the template and direct output generation.
abstract base class for the metadatadialects to hold the
basic setup classes.
Abstract class implementing the support for TreeModelEvents
and TreeModelListeners.
A lexer implemented on top of the Antlr grammer implemented in core.
Abstract implementation of POJOClass.
Helper methods for javacode generation.
Schema Export (.ddl) code generation.
Callback class that all exporters are given to allow better feedback and
processing of the output afterwards.
Default ValueVisitor which throws UnsupportedOperationException on all accepts.
Exporter implementation that creates Hibernate Documentation.
Represents a documentation file.
Class used to manage the files created during the documentation generation
process.
Represents a documentation folder.
This helper class is used expose hibernate mapping information to the
templates.
Class that represents an alias to some entityname in a HQL statement. e.g.
MetaData dialect that work around tweaks in the H2 database.
This class replicates the global settings that can be selected
within the mapping document.
The HQLAnalyzer can answer certain questions about a HQL String.
Interface for code assist on HQL strings.
The interface to implement to collect completion proposals.
MetaData dialect that uses standard JDBC for reading metadata.
Utility class for mapping between sqltypes and hibernate type names.
Helper for loading, merging and accessing tags.
Oracle Specialised MetaData dialect that uses standard JDBC and querys on the
Data Dictionary for reading metadata.
Wrapper class over PersistentClass used in hbm2java and hbm2doc tool
exporter for query execution.
Iterator over a resultset; intended usage only for metadata reading.
Interface for fetching metadata from databases.
Minimal lexer interface that allows HqlAnalyzer to work.
Exception that can be thrown when the lexer encounters errors (such as syntax errors etc.)
Helper iterator to ignore "backrefs" properties in hibernate mapping model.
Very rudimentary statistics browser.
max: Removed methods that dependent on anything else than common.StringUtils.
A tablefilter that can tell if a TableIdentifier is included or excluded.
Identifier used for the full name of tables.
Helper and wrapper for a Template engine (currently only FreeMarker).