Uses of Interface
org.hibernate.tool.schema.spi.TargetDescriptor
-
Packages that use TargetDescriptor Package Description org.hibernate.tool.hbm2ddl org.hibernate.tool.schema.spi -
-
Uses of TargetDescriptor in org.hibernate.tool.hbm2ddl
Methods in org.hibernate.tool.hbm2ddl that return TargetDescriptor Modifier and Type Method Description static TargetDescriptorSchemaExport. buildTargetDescriptor(java.util.EnumSet<TargetType> targetTypes, java.lang.String outputFile, ServiceRegistry serviceRegistry)Methods in org.hibernate.tool.hbm2ddl with parameters of type TargetDescriptor Modifier and Type Method Description voidSchemaExport. doExecution(SchemaExport.Action action, boolean needsJdbc, Metadata metadata, ServiceRegistry serviceRegistry, 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, SourceDescriptor sourceDescriptor, TargetDescriptor targetDescriptor)Perform a schema creation from the indicated source(s) to the indicated target(s).voidSchemaDropper. doDrop(Metadata metadata, ExecutionOptions options, SourceDescriptor sourceDescriptor, TargetDescriptor targetDescriptor)Perform a schema drop from the indicated source(s) to the indicated target(s).voidSchemaMigrator. doMigration(Metadata metadata, ExecutionOptions options, TargetDescriptor targetDescriptor)Perform a schema migration (alteration) from the indicated source(s) to the indicated target(s).
-