Uses of Enum Class
org.hibernate.boot.SchemaAutoTooling
Packages that use SchemaAutoTooling
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
-
Uses of SchemaAutoTooling in org.hibernate.boot
Methods in org.hibernate.boot that return SchemaAutoToolingModifier and TypeMethodDescriptionstatic SchemaAutoTooling
static SchemaAutoTooling
Returns the enum constant of this class with the specified name.static SchemaAutoTooling[]
SchemaAutoTooling.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SchemaAutoTooling in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return SchemaAutoTooling -
Uses of SchemaAutoTooling in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return SchemaAutoToolingModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryOptions.getSchemaAutoTooling()
SessionFactoryOptions.getSchemaAutoTooling()