Package | Description |
---|---|
org.hibernate.boot.internal | |
org.hibernate.boot.spi | |
org.hibernate.query |
Modifier and Type | Method and Description |
---|---|
ImmutableEntityUpdateQueryHandlingMode |
SessionFactoryOptionsImpl.getImmutableEntityUpdateQueryHandlingMode() |
default ImmutableEntityUpdateQueryHandlingMode |
SessionFactoryOptionsState.getImmutableEntityUpdateQueryHandlingMode() |
ImmutableEntityUpdateQueryHandlingMode |
SessionFactoryBuilderImpl.getImmutableEntityUpdateQueryHandlingMode() |
ImmutableEntityUpdateQueryHandlingMode |
SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl.getImmutableEntityUpdateQueryHandlingMode() |
Modifier and Type | Method and Description |
---|---|
default ImmutableEntityUpdateQueryHandlingMode |
SessionFactoryOptions.getImmutableEntityUpdateQueryHandlingMode() |
ImmutableEntityUpdateQueryHandlingMode |
AbstractDelegatingSessionFactoryOptions.getImmutableEntityUpdateQueryHandlingMode() |
Modifier and Type | Method and Description |
---|---|
static ImmutableEntityUpdateQueryHandlingMode |
ImmutableEntityUpdateQueryHandlingMode.interpret(java.lang.Object mode)
Interpret the configured
ImmutableEntityUpdateQueryHandlingMode value. |
static ImmutableEntityUpdateQueryHandlingMode |
ImmutableEntityUpdateQueryHandlingMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableEntityUpdateQueryHandlingMode[] |
ImmutableEntityUpdateQueryHandlingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.