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.
SPI-level SQM contracts
Package defining support for creating and consuming a SQL AST.