接口的使用
org.hibernate.tool.schema.spi.TargetDescriptor
-
使用TargetDescriptor的程序包 程序包 说明 org.hibernate.tool.hbm2ddl The hbm2ddl tool.org.hibernate.tool.schema.internal org.hibernate.tool.schema.spi -
-
org.hibernate.tool.hbm2ddl中TargetDescriptor的使用
返回TargetDescriptor的org.hibernate.tool.hbm2ddl中的方法 修饰符和类型 方法 说明 static TargetDescriptorSchemaExport. buildTargetDescriptor(EnumSet<TargetType> targetTypes, String outputFile, ServiceRegistry serviceRegistry)参数类型为TargetDescriptor的org.hibernate.tool.hbm2ddl中的方法 修饰符和类型 方法 说明 voidSchemaExport. doExecution(SchemaExport.Action action, boolean needsJdbc, Metadata metadata, ServiceRegistry serviceRegistry, TargetDescriptor targetDescriptor) -
org.hibernate.tool.schema.internal中TargetDescriptor的使用
参数类型为TargetDescriptor的org.hibernate.tool.schema.internal中的方法 修饰符和类型 方法 说明 voidSchemaCreatorImpl. doCreation(Metadata metadata, ExecutionOptions options, SourceDescriptor sourceDescriptor, TargetDescriptor targetDescriptor)voidSchemaDropperImpl. doDrop(Metadata metadata, ExecutionOptions options, SourceDescriptor sourceDescriptor, TargetDescriptor targetDescriptor)voidAbstractSchemaMigrator. doMigration(Metadata metadata, ExecutionOptions options, TargetDescriptor targetDescriptor) -
org.hibernate.tool.schema.spi中TargetDescriptor的使用
org.hibernate.tool.schema.spi中TargetDescriptor的子接口 修饰符和类型 接口 说明 interfaceJpaTargetAndSourceDescriptorJPA ties the notion ofSourceDescriptorandTargetDescriptortogether: meaning that a SourceDescriptor is specific to a given TargetDescriptor.参数类型为TargetDescriptor的org.hibernate.tool.schema.spi中的方法 修饰符和类型 方法 说明 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).
-