程序包的使用
org.hibernate.tool.schema.spi
-
使用org.hibernate.tool.schema.spi的程序包 程序包 说明 org.hibernate.dialect This package abstracts the SQL dialect of the underlying database.org.hibernate.tool.hbm2ddl The hbm2ddl tool.org.hibernate.tool.schema.internal org.hibernate.tool.schema.internal.exec org.hibernate.tool.schema.spi -
org.hibernate.dialect使用的org.hibernate.tool.schema.spi中的类 类 说明 Exporter Defines a contract for exporting of database objects (tables, sequences, etc) for use in SQLCREATEandDROPscripts. -
org.hibernate.tool.hbm2ddl使用的org.hibernate.tool.schema.spi中的类 类 说明 ScriptTargetOutput Contract for hiding the differences between a passed Writer, File or URL in terms of how we write output scripts.TargetDescriptor Describes the target(s) of schema create, drop and migrate actions. -
org.hibernate.tool.schema.internal使用的org.hibernate.tool.schema.spi中的类 类 说明 CommandAcceptanceException Indicates a problem accepting/executing a schema management command.DelayedDropAction Memento representing the dropping of a schema as part of create-drop hbm2ddl.auto handling.ExceptionHandler Contract for how CommandAcceptanceException errors should be handled (logged, ignored, etc).ExecutionOptions Parameter object representing options for schema management tool executionExporter Defines a contract for exporting of database objects (tables, sequences, etc) for use in SQLCREATEandDROPscripts.SchemaCreator Service delegate for handling schema creation.SchemaDropper Service delegate for handling schema dropping.SchemaFilter Defines a filter for Hibernate's schema tooling.SchemaFilterProvider Used to specify theSchemaFilters to be used by create, drop, migrate and validate operations on the database schema.SchemaManagementTool Contract for schema management tool integration.SchemaMigrator Service delegate for handling schema migration.SchemaValidator Service delegate for handling schema validationsScriptSourceInput Contract for hiding the differences between a passed Reader, File or URL in terms of how we read input scripts.ScriptTargetOutput Contract for hiding the differences between a passed Writer, File or URL in terms of how we write output scripts.SourceDescriptor Describes a source for schema create, drop and migrate actions.TargetDescriptor Describes the target(s) of schema create, drop and migrate actions. -
org.hibernate.tool.schema.internal.exec使用的org.hibernate.tool.schema.spi中的类 类 说明 ScriptSourceInput Contract for hiding the differences between a passed Reader, File or URL in terms of how we read input scripts.ScriptTargetOutput Contract for hiding the differences between a passed Writer, File or URL in terms of how we write output scripts. -
org.hibernate.tool.schema.spi使用的org.hibernate.tool.schema.spi中的类 类 说明 CommandAcceptanceException Indicates a problem accepting/executing a schema management command.DelayedDropAction Memento representing the dropping of a schema as part of create-drop hbm2ddl.auto handling.DelayedDropRegistry Callback to allow the built DelayedDropAction, if indicated, to be registered back with the SessionFactory (or the thing that will manage its later execution).DelayedDropRegistryNotAvailableImpl Implementation of DelayedDropRegistry for cases when the delayed-drop portion of "create-drop" is not valid.ExceptionHandler Contract for how CommandAcceptanceException errors should be handled (logged, ignored, etc).ExecutionOptions Parameter object representing options for schema management tool executionSchemaCreator Service delegate for handling schema creation.SchemaDropper Service delegate for handling schema dropping.SchemaFilter Defines a filter for Hibernate's schema tooling.SchemaManagementToolCoordinator.ActionGrouping For JPA-style schema-gen, database and script target handing are configured individually - this tuple allows interpreting the the action for both targets simultaneouslySchemaMigrator Service delegate for handling schema migration.SchemaValidator Service delegate for handling schema validationsScriptSourceInput Contract for hiding the differences between a passed Reader, File or URL in terms of how we read input scripts.ScriptTargetOutput Contract for hiding the differences between a passed Writer, File or URL in terms of how we write output scripts.SourceDescriptor Describes a source for schema create, drop and migrate actions.TargetDescriptor Describes the target(s) of schema create, drop and migrate actions.