Uses of Interface
org.hibernate.dialect.lock.spi.LockingSupport
Packages that use LockingSupport
Package
Description
Annotations used to drive annotation processors:
@Find
is used to generate finder methods using the Metamodel
Generator,
@HQL
and @SQL
are used to generate query methods using the Metamodel
Generator, and
CheckHQL
instructs the Query Validator to check all HQL queries
in the annotated package or type.This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
-
Uses of LockingSupport in org.hibernate.annotations.processing
Methods in org.hibernate.annotations.processing that return LockingSupport -
Uses of LockingSupport in org.hibernate.dialect
Methods in org.hibernate.dialect that return LockingSupportModifier and TypeMethodDescriptionprotected LockingSupport
DB2Dialect.buildLockingSupport()
protected LockingSupport
DB2iDialect.buildLockingSupport()
protected LockingSupport
DB2zDialect.buildLockingSupport()
CockroachDialect.getLockingSupport()
DB2Dialect.getLockingSupport()
Dialect.getLockingSupport()
Access to various details and operations related to this Dialect's support for pessimistic locking.H2Dialect.getLockingSupport()
HANADialect.getLockingSupport()
HSQLDialect.getLockingSupport()
MariaDBDialect.getLockingSupport()
MySQLDialect.getLockingSupport()
OracleDialect.getLockingSupport()
PostgreSQLDialect.getLockingSupport()
SpannerDialect.getLockingSupport()
SQLServerDialect.getLockingSupport()
SybaseASEDialect.getLockingSupport()
SybaseDialect.getLockingSupport()