Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addColumn(ResultSet) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
Deprecated.
- addFileset(FileSet) - Method in class org.hibernate.tool.enhance.EnhancementTask
- addFileset(FileSet) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
- addFileset(FileSet) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
- addFileset(FileSet) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
B
- BOTH - Enum constant in enum class org.hibernate.tool.hbm2ddl.SchemaExport.Action
-
Drop and then create
- BOTH - Enum constant in enum class org.hibernate.tool.hbm2ddl.SchemaExport.Type
- BOTH - Enum constant in enum class org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
- BOTH - Enum constant in enum class org.hibernate.tool.hbm2ddl.Target
-
Do both
Target.EXPORT
andTarget.SCRIPT
- buildMetadataFromMainArgs(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
Intended for test usage only.
- buildMetadataFromMainArgs(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
-
Intended for test usage only.
- buildMetadataFromMainArgs(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaValidator
-
Intended for test usage only.
- buildTargetDescriptor(EnumSet<TargetType>, String, boolean, ServiceRegistry) - Static method in class org.hibernate.tool.hbm2ddl.SchemaExport
- buildTargetDescriptor(EnumSet<TargetType>, String, ServiceRegistry) - Static method in class org.hibernate.tool.hbm2ddl.SchemaExport
C
- ColumnMetadata - Class in org.hibernate.tool.hbm2ddl
-
Deprecated.
- ConnectionHelper - Interface in org.hibernate.tool.hbm2ddl
-
Deprecated.Everything in this package has been replaced with
SchemaManagementTool
and friends. - create(EnumSet<TargetType>, Metadata) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
- CREATE - Enum constant in enum class org.hibernate.tool.hbm2ddl.SchemaExport.Action
-
Create only
- CREATE - Enum constant in enum class org.hibernate.tool.hbm2ddl.SchemaExport.Type
- CREATE - Enum constant in enum class org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
- createOnly(EnumSet<TargetType>, Metadata) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
D
- doCreate() - Method in enum class org.hibernate.tool.hbm2ddl.SchemaExport.Action
- doCreate() - Method in enum class org.hibernate.tool.hbm2ddl.SchemaExport.Type
- doCreate() - Method in enum class org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
- doDrop() - Method in enum class org.hibernate.tool.hbm2ddl.SchemaExport.Action
- doDrop() - Method in enum class org.hibernate.tool.hbm2ddl.SchemaExport.Type
- doDrop() - Method in enum class org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
- doExecution(SchemaExport.Action, boolean, Metadata, ServiceRegistry, TargetDescriptor) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
- doExport() - Method in enum class org.hibernate.tool.hbm2ddl.Target
- doScript() - Method in enum class org.hibernate.tool.hbm2ddl.Target
- drop(EnumSet<TargetType>, Metadata) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
- DROP - Enum constant in enum class org.hibernate.tool.hbm2ddl.SchemaExport.Action
-
Drop only
- DROP - Enum constant in enum class org.hibernate.tool.hbm2ddl.SchemaExport.Type
- DROP - Enum constant in enum class org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
E
- EnhancementTask - Class in org.hibernate.tool.enhance
-
Ant task for performing build-time enhancement of entity objects.
- EnhancementTask() - Constructor for class org.hibernate.tool.enhance.EnhancementTask
- execute() - Method in class org.hibernate.tool.enhance.EnhancementTask
- execute() - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Execute the task
- execute() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
Execute the task
- execute() - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
-
Execute the task
- execute(EnumSet<TargetType>, Metadata) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
- execute(EnumSet<TargetType>, Metadata, ServiceRegistry) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
- execute(EnumSet<TargetType>, SchemaExport.Action, Metadata) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
- execute(EnumSet<TargetType>, SchemaExport.Action, Metadata, ServiceRegistry) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
- execute(SchemaExport.CommandLineArgs) - Static method in class org.hibernate.tool.hbm2ddl.SchemaExport
- EXPORT - Enum constant in enum class org.hibernate.tool.hbm2ddl.Target
-
Export to the database.
F
- ForeignKeyMetadata - Class in org.hibernate.tool.hbm2ddl
-
Deprecated.Everything in this package has been replaced with
SchemaManagementTool
and friends.
G
- getAction() - Method in enum class org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
- getCatalog() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
Deprecated.
- getColumnMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
Deprecated.
- getColumns() - Method in class org.hibernate.tool.hbm2ddl.IndexMetadata
-
Deprecated.
- getColumnSize() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
-
Deprecated.
- getConnection() - Method in interface org.hibernate.tool.hbm2ddl.ConnectionHelper
-
Deprecated.Get a reference to the connection we are using.
- getDecimalDigits() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
-
Deprecated.
- getDelimiter() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
- getExceptions() - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
Returns a List of all Exceptions which occurred during the export.
- getExceptions() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
-
Returns a List of all Exceptions which occurred during the export.
- getForeignKeyMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
Deprecated.
- getForeignKeyMetadata(ForeignKey) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
Deprecated.
- getIndexMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
Deprecated.
- getName() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
-
Deprecated.
- getName() - Method in class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata
-
Deprecated.
- getName() - Method in class org.hibernate.tool.hbm2ddl.IndexMetadata
-
Deprecated.
- getName() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
Deprecated.
- getNullable() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
-
Deprecated.
- getOutputFile() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
- getReferencedTableName() - Method in class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata
-
Deprecated.
- getSchema() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
Deprecated.
- getSql() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateCommand
-
Deprecated.
- getTypeCode() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
-
Deprecated.
- getTypeName() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
-
Deprecated.
I
- ImportScriptException - Exception in org.hibernate.tool.hbm2ddl
-
Deprecated.Everything in this package has been replaced with
SchemaManagementTool
and friends. - ImportScriptException(String) - Constructor for exception org.hibernate.tool.hbm2ddl.ImportScriptException
-
Deprecated.
- ImportScriptException(String, Throwable) - Constructor for exception org.hibernate.tool.hbm2ddl.ImportScriptException
-
Deprecated.
- ImportSqlCommandExtractor - Interface in org.hibernate.tool.hbm2ddl
-
Deprecated.Use
SqlScriptCommandExtractor
instead. - ImportSqlCommandExtractorInitiator - Class in org.hibernate.tool.hbm2ddl
-
Deprecated.User
SqlScriptExtractorInitiator
instead - ImportSqlCommandExtractorInitiator() - Constructor for class org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractorInitiator
-
Deprecated.
- IndexMetadata - Class in org.hibernate.tool.hbm2ddl
-
Deprecated.Everything in this package has been replaced with
SchemaManagementTool
and friends. - interpret(boolean, boolean) - Static method in enum class org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
- interpret(boolean, boolean) - Static method in enum class org.hibernate.tool.hbm2ddl.Target
- isHaltOnError() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
- isQuiet() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateCommand
-
Deprecated.
M
- main(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaExport
- main(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
- main(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaValidator
- matches(ForeignKey) - Method in class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata
-
Deprecated.
- MultipleLinesSqlCommandExtractor - Class in org.hibernate.tool.hbm2ddl
-
Deprecated.Use
MultiLineSqlScriptExtractor
instead - MultipleLinesSqlCommandExtractor() - Constructor for class org.hibernate.tool.hbm2ddl.MultipleLinesSqlCommandExtractor
-
Deprecated.
N
- NONE - Enum constant in enum class org.hibernate.tool.hbm2ddl.SchemaExport.Action
-
None - duh :P
- NONE - Enum constant in enum class org.hibernate.tool.hbm2ddl.SchemaExport.Type
- NONE - Enum constant in enum class org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
- NONE - Enum constant in enum class org.hibernate.tool.hbm2ddl.Target
-
export nowhere
O
- org.hibernate.tool.enhance - package org.hibernate.tool.enhance
- org.hibernate.tool.hbm2ddl - package org.hibernate.tool.hbm2ddl
-
The
hbm2ddl
tool.
P
- parseCommandLineOption(String) - Static method in enum class org.hibernate.tool.hbm2ddl.SchemaExport.Action
- parseCommandLineOptions(String) - Static method in class org.hibernate.tool.hbm2ddl.TargetTypeHelper
- parseLegacyCommandLineOptions(boolean, boolean, String) - Static method in class org.hibernate.tool.hbm2ddl.TargetTypeHelper
- perform(SchemaExport.Action, Metadata, ScriptTargetOutput) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
For testing use
- prepare(boolean) - Method in interface org.hibernate.tool.hbm2ddl.ConnectionHelper
-
Deprecated.Prepare the helper for use.
R
- release() - Method in interface org.hibernate.tool.hbm2ddl.ConnectionHelper
-
Deprecated.Release any resources held by this helper.
S
- SchemaExport - Class in org.hibernate.tool.hbm2ddl
-
Command-line tool for exporting (create and/or drop) a database schema.
- SchemaExport() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
- SchemaExport.Action - Enum Class in org.hibernate.tool.hbm2ddl
- SchemaExport.Type - Enum Class in org.hibernate.tool.hbm2ddl
- SchemaExportTask - Class in org.hibernate.tool.hbm2ddl
-
An Ant task for
SchemaExport
. - SchemaExportTask() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExportTask
- SchemaExportTask.ExportType - Enum Class in org.hibernate.tool.hbm2ddl
- SchemaUpdate - Class in org.hibernate.tool.hbm2ddl
-
A commandline tool to update a database schema.
- SchemaUpdate() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdate
- SchemaUpdateCommand - Class in org.hibernate.tool.hbm2ddl
-
Deprecated.Everything in this package has been replaced with
SchemaManagementTool
and friends. - SchemaUpdateCommand(String, boolean) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdateCommand
-
Deprecated.
- SchemaUpdateTask - Class in org.hibernate.tool.hbm2ddl
-
An Ant task for
SchemaUpdate
. - SchemaUpdateTask() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
- SchemaValidator - Class in org.hibernate.tool.hbm2ddl
-
A commandline tool to update a database schema.
- SchemaValidator() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidator
- SchemaValidatorTask - Class in org.hibernate.tool.hbm2ddl
-
An Ant task for
SchemaUpdate
. - SchemaValidatorTask() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
- SCRIPT - Enum constant in enum class org.hibernate.tool.hbm2ddl.Target
-
Write to a script file.
- setBase(String) - Method in class org.hibernate.tool.enhance.EnhancementTask
- setConfig(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Set a
.cfg.xml
file, which will be loaded as a resource, from the classpath - setConfig(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
Set a
cfg.xml
file - setConfig(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
-
Set a
.cfg.xml
file - setCreate(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Enable "create" mode.
- setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
Set the end of statement delimiter
- setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Set the end of statement delimiter for the generated script
- setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
-
Set the end of statement delimiter
- setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
- setDir(String) - Method in class org.hibernate.tool.enhance.EnhancementTask
- setDrop(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Enable "drop" mode.
- setEnableAssociationManagement(boolean) - Method in class org.hibernate.tool.enhance.EnhancementTask
- setEnableDirtyTracking(boolean) - Method in class org.hibernate.tool.enhance.EnhancementTask
- setEnableExtendedEnhancement(boolean) - Method in class org.hibernate.tool.enhance.EnhancementTask
- setEnableLazyInitialization(boolean) - Method in class org.hibernate.tool.enhance.EnhancementTask
- setFailOnError(boolean) - Method in class org.hibernate.tool.enhance.EnhancementTask
- setFormat(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
Should we format the sql strings?
- setFormat(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
- setHaltonerror(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
- setHaltOnError(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
Should we stop once an error occurs?
- setHaltOnError(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
- setHaltOnError(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
- setImplicitNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
- setImplicitNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
- setImplicitNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
- setImportFiles(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
Comma-separated list of resource names to use for database init commands on create.
- setManageNamespaces(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
- setNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
- setNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
- setNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
- setOutput(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Set the script output file
- setOutputFile(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
- setOutputFile(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
For generating a export script file, this is the file which will be written.
- setOutputFile(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
- setOverrideOutputFileContent() - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
For generating a export script file, by default the content will be appended at the begin or end of the file.
- setOverrideOutputFileContent() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
-
For generating a export script file, by default the content will be appended at the begin or end of the file.
- setPhysicalNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
- setPhysicalNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
- setPhysicalNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
- setProperties(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Set a properties file
- setProperties(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
Set a properties file
- setProperties(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
-
Set a properties file
- setQuiet(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Enable "quiet" mode.
- setQuiet(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
Enable "quiet" mode.
- setText(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Enable "text-only" mode.
- setText(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
Enable "text-only" mode.
- SingleLineSqlCommandExtractor - Class in org.hibernate.tool.hbm2ddl
-
Deprecated.Use
SingleLineSqlScriptExtractor
instead - SingleLineSqlCommandExtractor() - Constructor for class org.hibernate.tool.hbm2ddl.SingleLineSqlCommandExtractor
-
Deprecated.
T
- TableMetadata - Class in org.hibernate.tool.hbm2ddl
-
Deprecated.Everything in this package has been replaced with
SchemaManagementTool
and friends. - Target - Enum Class in org.hibernate.tool.hbm2ddl
-
Describes the types of targets for create, drop and update actions
- TargetTypeHelper - Class in org.hibernate.tool.hbm2ddl
- TargetTypeHelper() - Constructor for class org.hibernate.tool.hbm2ddl.TargetTypeHelper
- toString() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
-
Deprecated.
- toString() - Method in class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata
-
Deprecated.
- toString() - Method in class org.hibernate.tool.hbm2ddl.IndexMetadata
-
Deprecated.
- toString() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
Deprecated.
V
- validate(Metadata) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidator
- validate(Metadata, ServiceRegistry) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidator
- valueOf(String) - Static method in enum class org.hibernate.tool.hbm2ddl.SchemaExport.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.tool.hbm2ddl.SchemaExport.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.tool.hbm2ddl.Target
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.hibernate.tool.hbm2ddl.SchemaExport.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.tool.hbm2ddl.SchemaExport.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.tool.hbm2ddl.Target
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Serialized Form
ColumnInformation
orColumnInformationImpl
instead