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.
Support for handling named queries during the bootstrap process.
Internal package containing dialect-specific extensions of AbstractSqlAstTranslator.
 
Everything related to HQL/JPQL, native SQL, and criteria queries.
Support for named queries
Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.
SPIs for native SQL query support.
Package defining support for creating and consuming a SQL AST.