Uses of Interface
org.hibernate.tool.schema.spi.TargetDescriptor
Packages that use TargetDescriptor
Package
Description
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
An SPI for tooling related to DDL generation, export, migration, and validation.
-
Uses of TargetDescriptor in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type TargetDescriptorModifier and TypeMethodDescriptionHibernateSchemaManagementTool.buildGenerationTargets(TargetDescriptor targetDescriptor, JdbcContext jdbcContext, Map<String, Object> options, boolean needsAutoCommit) protected GenerationTargetHibernateSchemaManagementTool.buildScriptTarget(TargetDescriptor targetDescriptor, String scriptDelimiter) voidSchemaCreatorImpl.doCreation(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, SourceDescriptor sourceDescriptor, TargetDescriptor targetDescriptor) voidSchemaDropperImpl.doDrop(Metadata metadata, ExecutionOptions options, ContributableMatcher inclusionFilter, SourceDescriptor sourceDescriptor, TargetDescriptor targetDescriptor) voidAbstractSchemaMigrator.doMigration(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, TargetDescriptor targetDescriptor) voidSchemaPopulatorImpl.doPopulation(ExecutionOptions options, TargetDescriptor targetDescriptor) voidSchemaTruncatorImpl.doTruncate(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.spiModifier and TypeInterfaceDescriptioninterfaceJPA 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 TargetDescriptorModifier and TypeMethodDescriptiondefault GenerationTarget[]SchemaManagementTool.buildGenerationTargets(TargetDescriptor targetDescriptor, JdbcContext jdbcContext, Map<String, Object> options, boolean needsAutoCommit) Resolves the targets to which to send the DDL commands based on configurationvoidSchemaCreator.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).voidSchemaPopulator.doPopulation(ExecutionOptions options, TargetDescriptor targetDescriptor) Perform schema population to the indicated target(s).voidSchemaTruncator.doTruncate(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, TargetDescriptor targetDescriptor) Perform a schema truncation from the indicated source(s) to the indicated target(s).