接口的使用
org.hibernate.tool.schema.extract.spi.ExtractionContext
-
使用ExtractionContext的程序包 程序包 说明 org.hibernate.tool.schema.extract.internal org.hibernate.tool.schema.extract.spi org.hibernate.tool.schema.internal.exec -
-
org.hibernate.tool.schema.extract.internal中ExtractionContext的使用
实现ExtractionContext的org.hibernate.tool.schema.extract.internal中的类 修饰符和类型 类 说明 classExtractionContextImpl参数类型为ExtractionContext的org.hibernate.tool.schema.extract.internal中的方法 修饰符和类型 方法 说明 Iterable<SequenceInformation>SequenceInformationExtractorLegacyImpl. extractMetadata(ExtractionContext extractionContext)Iterable<SequenceInformation>SequenceInformationExtractorMariaDBDatabaseImpl. extractMetadata(ExtractionContext extractionContext)Iterable<SequenceInformation>SequenceInformationExtractorNoOpImpl. extractMetadata(ExtractionContext extractionContext)参数类型为ExtractionContext的org.hibernate.tool.schema.extract.internal中的构造器 构造器 说明 InformationExtractorJdbcDatabaseMetaDataImpl(ExtractionContext extractionContext) -
org.hibernate.tool.schema.extract.spi中ExtractionContext的使用
实现ExtractionContext的org.hibernate.tool.schema.extract.spi中的类 修饰符和类型 类 说明 static classExtractionContext.EmptyExtractionContext参数类型为ExtractionContext的org.hibernate.tool.schema.extract.spi中的方法 修饰符和类型 方法 说明 Iterable<SequenceInformation>SequenceInformationExtractor. extractMetadata(ExtractionContext extractionContext)Get the information about sequences. -
org.hibernate.tool.schema.internal.exec中ExtractionContext的使用
实现ExtractionContext的org.hibernate.tool.schema.internal.exec中的类 修饰符和类型 类 说明 classImprovedExtractionContextImpl
-