Interface Locking


@Incubating public interface Locking
Support for various aspects of pessimistic locking.
Since:
7.1
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    In certain circumstances, Hibernate may need to acquire locks through the use of additional queries.
    static enum 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This method will be removed in Hibernate 8.0, since equivalent functionality is offered by PessimisticLockScope in JPA 4.