Uses of Class
org.hibernate.query.ImmutableEntityUpdateQueryHandlingMode
-
Packages that use ImmutableEntityUpdateQueryHandlingMode Package Description org.hibernate.boot.internal org.hibernate.boot.spi org.hibernate.query -
-
Uses of ImmutableEntityUpdateQueryHandlingMode in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return ImmutableEntityUpdateQueryHandlingMode Modifier and Type Method Description ImmutableEntityUpdateQueryHandlingMode
SessionFactoryOptionsBuilder. getImmutableEntityUpdateQueryHandlingMode()
-
Uses of ImmutableEntityUpdateQueryHandlingMode in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ImmutableEntityUpdateQueryHandlingMode Modifier and Type Method Description ImmutableEntityUpdateQueryHandlingMode
AbstractDelegatingSessionFactoryOptions. getImmutableEntityUpdateQueryHandlingMode()
default ImmutableEntityUpdateQueryHandlingMode
SessionFactoryOptions. getImmutableEntityUpdateQueryHandlingMode()
-
Uses of ImmutableEntityUpdateQueryHandlingMode in org.hibernate.query
Methods in org.hibernate.query that return ImmutableEntityUpdateQueryHandlingMode Modifier and Type Method Description static ImmutableEntityUpdateQueryHandlingMode
ImmutableEntityUpdateQueryHandlingMode. interpret(Object mode)
Interpret the configuredImmutableEntityUpdateQueryHandlingMode
value.static ImmutableEntityUpdateQueryHandlingMode
ImmutableEntityUpdateQueryHandlingMode. valueOf(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.
-