Uses of Package
org.hibernate.dialect.lock.spi
Packages that use org.hibernate.dialect.lock.spi
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.
-
Classes in org.hibernate.dialect.lock.spi used by org.hibernate.annotations.processingClassDescriptionDetails and operations related to a Dialect's support for pessimistic locking.
-
Classes in org.hibernate.dialect.lock.spi used by org.hibernate.dialectClassDescriptionDetails and operations related to a Dialect's support for pessimistic locking.
-
Classes in org.hibernate.dialect.lock.spi used by org.hibernate.dialect.lock.internalClassDescriptionContract for reading and setting lock timeouts using the JDBC connection, generally via execution of a command/statement.Indicates a Dialect's level of support for lock timeouts on the JDBC connection.Details and operations related to a Dialect's support for pessimistic locking.Describes the locking capabilities of a Dialect.The way, if any, that a Dialect supports specifying lock timeouts.Indicates a Dialect's level of support for applying locks to select statements with joins.
-
Classes in org.hibernate.dialect.lock.spi used by org.hibernate.dialect.lock.spiClassDescriptionContract for reading and setting lock timeouts using the JDBC connection, generally via execution of a command/statement.Indicates a Dialect's level of support for lock timeouts on the JDBC connection.Describes the locking capabilities of a Dialect.The way, if any, that a Dialect supports specifying lock timeouts.Indicates a Dialect's level of support for applying locks to select statements with joins.