Uses of Interface
org.hibernate.tool.schema.spi.TargetDescriptor
-
Packages that use TargetDescriptor Package Description org.hibernate.tool.schema.internal org.hibernate.tool.schema.spi -
-
Uses of TargetDescriptor in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type TargetDescriptor Modifier and Type Method Description voidSchemaCreatorImpl. doCreation(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, SourceDescriptor sourceDescriptor, TargetDescriptor targetDescriptor)voidSchemaDropperImpl. doDrop(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, SourceDescriptor sourceDescriptor, TargetDescriptor targetDescriptor)voidAbstractSchemaMigrator. doMigration(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, TargetDescriptor targetDescriptor) -
Uses of TargetDescriptor in org.hibernate.tool.schema.spi
Subinterfaces of TargetDescriptor 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 TargetDescriptor Modifier and Type Method Description 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).voidSchemaMigrator. doMigration(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, TargetDescriptor targetDescriptor)Perform a schema migration (alteration) from the indicated source(s) to the indicated target(s).
-