Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.hibernate.dialect.lock.LockingStrategy

Uses of LockingStrategy in org.hibernate.dialect.lock
 

Classes in org.hibernate.dialect.lock that implement LockingStrategy
 class SelectLockingStrategy
          A locking strategy where the locks are obtained through select statements.
 class UpdateLockingStrategy
          A locking strategy where the locks are obtained through update statements.