Uses of Enum Class
org.hibernate.LockMode

Packages that useLockMode
Package
Description
org.hibernate
This package defines the central Hibernate APIs, beginning withSessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances ofSession andStatelessSession, the most important APIs exposing persistence-related operations for entities.
org.hibernate.boot.jaxb.hbm.internal
JAXB details.
org.hibernate.boot.jaxb.hbm.spi
 
org.hibernate.boot.model.internal
 
org.hibernate.collection.spi
This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers.
org.hibernate.dialect
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
org.hibernate.dialect.lock
Support forDialect-specific locking strategies.
org.hibernate.dialect.sql.ast
Internal package containing dialect-specific extensions ofAbstractSqlAstTranslator.
org.hibernate.engine.internal
Support for many of the internal workings of Hibernate.
org.hibernate.engine.spi
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
org.hibernate.envers.query
 
org.hibernate.envers.query.internal.impl
 
org.hibernate.event.monitor.internal
 
org.hibernate.event.monitor.spi
An SPI for services which collect, report, or monitor diagnostic events.
org.hibernate.event.spi
Defines the event types and event listener interfaces for events produced by the statefulSession.
org.hibernate.internal
An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.
org.hibernate.internal.util
Internal utility classes
org.hibernate.internal.util.collections
 
org.hibernate.jpa.internal.util
 
org.hibernate.loader.ast.internal
 
org.hibernate.loader.internal
 
org.hibernate.persister.entity
This package abstracts persistence mechanisms for entities.
org.hibernate.procedure.internal
Defines the internal implementation of the stored procedure SPI.
org.hibernate.query
Everything related to HQL/JPQL, native SQL, and criteria queries.
org.hibernate.query.hql.spi
SPIs for HQL support.
org.hibernate.query.internal
 
org.hibernate.query.results.internal
 
org.hibernate.query.results.internal.complete
Support for immutable result/fetch builder graph nodes built from static sources such asSqlResultSetMapping,orm.xml,mapping.xml orhbm.xml.
org.hibernate.query.results.internal.dynamic
Support for mutable result/fetch builder graphs nodes built dynamically.
org.hibernate.query.spi
Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.
org.hibernate.query.sql.internal
Implementation of the SPIs for native SQL query support.
org.hibernate.query.sql.spi
SPIs for native SQL query support.
org.hibernate.query.sqm.internal
Package for the SQM-backed Query implementation details
org.hibernate.query.sqm.spi
SPI-level SQM contracts
org.hibernate.query.sqm.sql
Package for the translation of SQM into SQL AST
org.hibernate.sql
This package contains helper classes for rendering SQL fragments and SQL statements.
org.hibernate.sql.ast.spi
Package defining support for creating and consuming a SQL AST.
org.hibernate.sql.results.graph.collection.internal
 
org.hibernate.sql.results.graph.embeddable.internal
 
org.hibernate.sql.results.graph.entity.internal
 
org.hibernate.sql.results.internal
 
org.hibernate.sql.results.jdbc.internal
 
org.hibernate.sql.results.jdbc.spi