Uses of Class
org.hibernate.engine.OptimisticLockStyle

Packages that use OptimisticLockStyle
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.metamodel.binding   
org.hibernate.metamodel.source.annotations.entity   
org.hibernate.metamodel.source.binder   
org.hibernate.metamodel.source.hbm   
org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. 
org.hibernate.tuple.entity   
 

Uses of OptimisticLockStyle in org.hibernate.engine
 

Methods in org.hibernate.engine that return OptimisticLockStyle
static OptimisticLockStyle OptimisticLockStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OptimisticLockStyle[] OptimisticLockStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of OptimisticLockStyle in org.hibernate.metamodel.binding
 

Methods in org.hibernate.metamodel.binding that return OptimisticLockStyle
 OptimisticLockStyle HierarchyDetails.getOptimisticLockStyle()
           
 

Methods in org.hibernate.metamodel.binding with parameters of type OptimisticLockStyle
 void HierarchyDetails.setOptimisticLockStyle(OptimisticLockStyle optimisticLockStyle)
           
 

Uses of OptimisticLockStyle in org.hibernate.metamodel.source.annotations.entity
 

Methods in org.hibernate.metamodel.source.annotations.entity that return OptimisticLockStyle
 OptimisticLockStyle EntityClass.getOptimisticLockStyle()
           
 OptimisticLockStyle RootEntitySourceImpl.getOptimisticLockStyle()
           
 

Uses of OptimisticLockStyle in org.hibernate.metamodel.source.binder
 

Methods in org.hibernate.metamodel.source.binder that return OptimisticLockStyle
 OptimisticLockStyle RootEntitySource.getOptimisticLockStyle()
          Obtain the optimistic locking style for this entity.
 

Uses of OptimisticLockStyle in org.hibernate.metamodel.source.hbm
 

Methods in org.hibernate.metamodel.source.hbm that return OptimisticLockStyle
 OptimisticLockStyle RootEntitySourceImpl.getOptimisticLockStyle()
           
 

Uses of OptimisticLockStyle in org.hibernate.persister.entity
 

Methods in org.hibernate.persister.entity that return OptimisticLockStyle
protected  OptimisticLockStyle AbstractEntityPersister.optimisticLockStyle()
           
 

Uses of OptimisticLockStyle in org.hibernate.tuple.entity
 

Methods in org.hibernate.tuple.entity that return OptimisticLockStyle
 OptimisticLockStyle EntityMetamodel.getOptimisticLockStyle()
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.