Uses of Enum Class
org.hibernate.Locking.FollowOn
Packages that use Locking.FollowOn
Package
Description
This package defines the central Hibernate APIs, beginning with
SessionFactory
, which represents an instance of
Hibernate at runtime and is the source of new instances of
Session
and StatelessSession
,
the most important APIs exposing persistence-related operations for
entities.Internal package containing dialect-specific extensions of
AbstractSqlAstTranslator
.Everything related to HQL/JPQL, native SQL, and criteria queries.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
Package defining support for creating and consuming a SQL AST.
-
Uses of Locking.FollowOn in org.hibernate
Methods in org.hibernate that return Locking.FollowOnModifier and TypeMethodDescriptionstatic Locking.FollowOn
Locking.FollowOn.fromLegacyValue
(Boolean value) Given a legacy boolean value, interpret the follow-on strategy.LockOptions.getFollowOnStrategy()
Deprecated, for removal: This API element is subject to removal in a future version.Whether follow-on locking is allowed or, if not, how to handle cases where Hibernate determines it would need to use follow-on locking.static Locking.FollowOn
static Locking.FollowOn
Returns the enum constant of this class with the specified name.static Locking.FollowOn[]
Locking.FollowOn.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate with parameters of type Locking.FollowOnModifier and TypeMethodDescriptionLockOptions.setFollowOnStrategy
(Locking.FollowOn followOnStrategy) Deprecated, for removal: This API element is subject to removal in a future version.How to handle cases where Hibernate has determined it would need to use follow-on locking.Constructors in org.hibernate with parameters of type Locking.FollowOnModifierConstructorDescriptionLockOptions
(LockMode lockMode, int timeout, Locking.Scope scope, Locking.FollowOn followOnStrategy) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Locking.FollowOn in org.hibernate.dialect.sql.ast
Methods in org.hibernate.dialect.sql.ast with parameters of type Locking.FollowOnModifier and TypeMethodDescriptionprotected AbstractSqlAstTranslator.LockStrategy
OracleSqlAstTranslator.determineLockingStrategy
(QuerySpec querySpec, Locking.FollowOn followOnStrategy) protected AbstractSqlAstTranslator.LockStrategy
SpannerSqlAstTranslator.determineLockingStrategy
(QuerySpec querySpec, Locking.FollowOn followOnLocking) protected AbstractSqlAstTranslator.LockStrategy
SQLServerSqlAstTranslator.determineLockingStrategy
(QuerySpec querySpec, Locking.FollowOn followOnLocking) protected AbstractSqlAstTranslator.LockStrategy
SybaseASESqlAstTranslator.determineLockingStrategy
(QuerySpec querySpec, Locking.FollowOn followOnStrategy) protected AbstractSqlAstTranslator.LockStrategy
SybaseSqlAstTranslator.determineLockingStrategy
(QuerySpec querySpec, Locking.FollowOn followOnStrategy) -
Uses of Locking.FollowOn in org.hibernate.query
Methods in org.hibernate.query with parameters of type Locking.FollowOnModifier and TypeMethodDescriptionSelectionQuery.setFollowOnStrategy
(Locking.FollowOn followOnStrategy) Specifies whether follow-on locking should be applied -
Uses of Locking.FollowOn in org.hibernate.query.spi
Methods in org.hibernate.query.spi with parameters of type Locking.FollowOnModifier and TypeMethodDescriptionprotected void
AbstractCommonQueryContract.applyFollowOnStrategyHint
(Locking.FollowOn followOnStrategy) AbstractSelectionQuery.setFollowOnStrategy
(Locking.FollowOn followOnStrategy) -
Uses of Locking.FollowOn in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type Locking.FollowOnModifier and TypeMethodDescriptionprotected void
SqmQueryImpl.applyFollowOnStrategyHint
(Locking.FollowOn followOnStrategy) -
Uses of Locking.FollowOn in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type Locking.FollowOnModifier and TypeMethodDescriptionDelegatingSqmSelectionQueryImplementor.setFollowOnStrategy
(Locking.FollowOn followOnStrategy) -
Uses of Locking.FollowOn in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type Locking.FollowOnModifier and TypeMethodDescriptionprotected AbstractSqlAstTranslator.LockStrategy
AbstractSqlAstTranslator.determineLockingStrategy
(QuerySpec querySpec, Locking.FollowOn followOnStrategy)