Package | Description |
---|---|
org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
org.hibernate.boot.internal | |
org.hibernate.boot.spi |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
SchemaAutoTooling |
SessionFactoryOptionsState.getSchemaAutoTooling() |
SchemaAutoTooling |
SessionFactoryOptionsImpl.getSchemaAutoTooling() |
SchemaAutoTooling |
SessionFactoryBuilderImpl.getSchemaAutoTooling() |
SchemaAutoTooling |
SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl.getSchemaAutoTooling() |
Modifier and Type | Method and Description |
---|---|
SchemaAutoTooling |
SessionFactoryOptions.getSchemaAutoTooling() |
SchemaAutoTooling |
AbstractDelegatingSessionFactoryOptions.getSchemaAutoTooling() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.