接口的使用
org.hibernate.tool.schema.spi.SourceDescriptor
-
使用SourceDescriptor的程序包 程序包 说明 org.hibernate.tool.schema.internal org.hibernate.tool.schema.spi -
-
org.hibernate.tool.schema.internal中SourceDescriptor的使用
参数类型为SourceDescriptor的org.hibernate.tool.schema.internal中的方法 修饰符和类型 方法 说明 DelayedDropActionSchemaDropperImpl. buildDelayedAction(Metadata metadata, ExecutionOptions options, SourceDescriptor sourceDescriptor)voidSchemaCreatorImpl. doCreation(Metadata metadata, Dialect dialect, ExecutionOptions options, SourceDescriptor sourceDescriptor, GenerationTarget... targets)voidSchemaCreatorImpl. doCreation(Metadata metadata, ExecutionOptions options, SourceDescriptor sourceDescriptor, TargetDescriptor targetDescriptor)voidSchemaDropperImpl. doDrop(Metadata metadata, ExecutionOptions options, Dialect dialect, SourceDescriptor sourceDescriptor, GenerationTarget... targets)voidSchemaDropperImpl. doDrop(Metadata metadata, ExecutionOptions options, SourceDescriptor sourceDescriptor, TargetDescriptor targetDescriptor) -
org.hibernate.tool.schema.spi中SourceDescriptor的使用
org.hibernate.tool.schema.spi中SourceDescriptor的子接口 修饰符和类型 接口 说明 interfaceJpaTargetAndSourceDescriptorJPA ties the notion ofSourceDescriptorandTargetDescriptortogether: meaning that a SourceDescriptor is specific to a given TargetDescriptor.参数类型为SourceDescriptor的org.hibernate.tool.schema.spi中的方法 修饰符和类型 方法 说明 DelayedDropActionSchemaDropper. buildDelayedAction(Metadata metadata, ExecutionOptions options, SourceDescriptor sourceDescriptor)Build a delayed Runnable for performing schema dropping.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).
-