Uses of Interface
org.hibernate.tool.schema.spi.SourceDescriptor
Packages that use SourceDescriptor
Package
Description
An SPI for tooling related to DDL generation, export, migration, and validation.
-
Uses of SourceDescriptor in org.hibernate.tool.schema.spi
Subinterfaces of SourceDescriptor in org.hibernate.tool.schema.spiModifier and TypeInterfaceDescriptioninterface
JPA ties the notion ofSourceDescriptor
andTargetDescriptor
together: meaning that a SourceDescriptor is specific to a given TargetDescriptor.Methods in org.hibernate.tool.schema.spi with parameters of type SourceDescriptorModifier and TypeMethodDescriptionSchemaDropper.buildDelayedAction
(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, SourceDescriptor sourceDescriptor) Build a delayed Runnable for performing schema dropping.void
SchemaCreator.doCreation
(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, SourceDescriptor sourceDescriptor, TargetDescriptor targetDescriptor) Perform a schema creation from the indicated source(s) to the indicated target(s).void
SchemaDropper.doDrop
(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, SourceDescriptor sourceDescriptor, TargetDescriptor targetDescriptor) Perform a schema drop from the indicated source(s) to the indicated target(s).