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.