Package org.hibernate.tool.schema.internal.exec
package org.hibernate.tool.schema.internal.exec
Support for exporting generated DDL to the database or to SQL scripts.
-
ClassDescriptionConvenience base class for ScriptSourceInput implementationsA
GenerationTarget
which exports DDL directly to the database.AGenerationTarget
that writes DDL to scripts.AGenerationTarget
that writed DDL toSystem.out
.Implementation of JdbcConnectionAccess for use in cases where we leverage a ConnectionProvider for access to JDBC Connections.Implementation of JdbcConnectionAccess for cases where we are provided a JDBC Connection to use.Access to JDBC context for schema tooling activity.A script source input that aggregates over multiple otherScriptSourceInput
.ScriptSourceInput implementation for File references.ScriptSourceInput implementation for explicitly given Readers.ScriptSourceInput implementation for URL references.Used in cases where a specified source cannot be foundScriptTargetOutput implementation for writing to supplied File referencesScriptTargetOutput implementation for writing to supplied URL referencesScriptTargetOutput implementation for supplied Writer references.