Uses of Interface
org.hibernate.tool.schema.extract.spi.ExtractionContext
-
Packages that use ExtractionContext Package Description org.hibernate.tool.schema.extract.spi -
-
Uses of ExtractionContext in org.hibernate.tool.schema.extract.spi
Methods in org.hibernate.tool.schema.extract.spi with parameters of type ExtractionContext Modifier and Type Method Description java.lang.Iterable<SequenceInformation>
SequenceInformationExtractor. extractMetadata(ExtractionContext extractionContext)
Get the information about sequences.
-