Uses of Enum Class
org.hibernate.query.spi.ImmutableEntityUpdateQueryHandlingMode
Packages that use ImmutableEntityUpdateQueryHandlingMode
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
-
Uses of ImmutableEntityUpdateQueryHandlingMode in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return ImmutableEntityUpdateQueryHandlingModeModifier and TypeMethodDescriptionSessionFactoryOptionsBuilder.getImmutableEntityUpdateQueryHandlingMode()
-
Uses of ImmutableEntityUpdateQueryHandlingMode in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ImmutableEntityUpdateQueryHandlingModeModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryOptions.getImmutableEntityUpdateQueryHandlingMode()
-
Uses of ImmutableEntityUpdateQueryHandlingMode in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return ImmutableEntityUpdateQueryHandlingModeModifier and TypeMethodDescriptionQueryEngineOptions.getImmutableEntityUpdateQueryHandlingMode()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Interpret the setting specified via "hibernate.query.immutable_entity_update_query_handling_mode".Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.ImmutableEntityUpdateQueryHandlingMode.values()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ImmutableEntityUpdateQueryHandlingMode in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return ImmutableEntityUpdateQueryHandlingModeModifier and TypeMethodDescriptionNodeBuilder.getImmutableEntityUpdateQueryHandlingMode()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ImmutableEntityUpdateQueryHandlingMode in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return ImmutableEntityUpdateQueryHandlingModeModifier and TypeMethodDescriptionSqmCriteriaNodeBuilder.getImmutableEntityUpdateQueryHandlingMode()
Deprecated.
ImmutableEntityUpdateQueryHandlingMode
is deprecated.