Uses of Interface
org.hibernate.tool.schema.spi.SourceDescriptor
-
Packages that use SourceDescriptor Package Description org.hibernate.tool.schema.internal An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.org.hibernate.tool.schema.spi An SPI for tooling related to DDL generation, export, migration, and validation. -
-
Uses of SourceDescriptor in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type SourceDescriptor Modifier and Type Method Description DelayedDropActionSchemaDropperImpl. buildDelayedAction(Metadata metadata, ExecutionOptions options, ContributableMatcher inclusionFilter, SourceDescriptor sourceDescriptor)voidSchemaCreatorImpl. doCreation(Metadata metadata, Dialect dialect, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, SourceDescriptor sourceDescriptor, GenerationTarget... targets)voidSchemaCreatorImpl. doCreation(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, SourceDescriptor sourceDescriptor, TargetDescriptor targetDescriptor)voidSchemaDropperImpl. doDrop(Metadata metadata, ExecutionOptions options, Dialect dialect, SourceDescriptor sourceDescriptor, GenerationTarget... targets)For use from testingvoidSchemaDropperImpl. doDrop(Metadata metadata, ExecutionOptions options, ContributableMatcher inclusionFilter, Dialect dialect, SourceDescriptor sourceDescriptor, GenerationTarget... targets)For use from testingvoidSchemaDropperImpl. doDrop(Metadata metadata, ExecutionOptions options, ContributableMatcher inclusionFilter, SourceDescriptor sourceDescriptor, TargetDescriptor targetDescriptor) -
Uses of SourceDescriptor in org.hibernate.tool.schema.spi
Subinterfaces of SourceDescriptor in org.hibernate.tool.schema.spi Modifier and Type Interface Description interfaceJpaTargetAndSourceDescriptorJPA ties the notion ofSourceDescriptorandTargetDescriptortogether: meaning that a SourceDescriptor is specific to a given TargetDescriptor.Methods in org.hibernate.tool.schema.spi with parameters of type SourceDescriptor Modifier and Type Method Description DelayedDropActionSchemaDropper. buildDelayedAction(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, SourceDescriptor sourceDescriptor)Build a delayed Runnable for performing schema dropping.voidSchemaCreator. 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).voidSchemaDropper. 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).
-