Uses of Class
org.hibernate.boot.SchemaAutoTooling
-
Packages that use SchemaAutoTooling Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.internal org.hibernate.boot.spi 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 SchemaAutoTooling Modifier and Type Method Description static SchemaAutoTooling
SchemaAutoTooling. interpret(String configurationValue)
static SchemaAutoTooling
SchemaAutoTooling. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchemaAutoTooling[]
SchemaAutoTooling. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SchemaAutoTooling in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return SchemaAutoTooling Modifier and Type Method Description SchemaAutoTooling
SessionFactoryOptionsBuilder. getSchemaAutoTooling()
-
Uses of SchemaAutoTooling in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return SchemaAutoTooling Modifier and Type Method Description SchemaAutoTooling
AbstractDelegatingSessionFactoryOptions. getSchemaAutoTooling()
SchemaAutoTooling
SessionFactoryOptions. getSchemaAutoTooling()
-