| Package | Description | 
|---|---|
| org.hibernate.engine | 
 
        This package contains classes that are "shared" by other packages, 
        and implementations of some key algorithms. 
 | 
| org.hibernate.mapping | 
 
        This package defines the Hibernate configuration-time metamodel. 
 | 
| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
static OptimisticLockStyle | 
OptimisticLockStyle.interpretOldCode(int oldCode)
Given an old code (one of the int constants from Cascade), interpret it as one of the new enums. 
 | 
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OptimisticLockStyle | 
PersistentClass.getOptimisticLockStyle()  | 
OptimisticLockStyle | 
Subclass.getOptimisticLockStyle()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PersistentClass.setOptimisticLockStyle(OptimisticLockStyle optimisticLockStyle)  | 
| Modifier and Type | Method and Description | 
|---|---|
OptimisticLockStyle | 
HierarchyDetails.getOptimisticLockStyle()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HierarchyDetails.setOptimisticLockStyle(OptimisticLockStyle optimisticLockStyle)  | 
| Modifier and Type | Method and Description | 
|---|---|
OptimisticLockStyle | 
EntityClass.getOptimisticLockStyle()  | 
OptimisticLockStyle | 
RootEntitySourceImpl.getOptimisticLockStyle()  | 
| Modifier and Type | Method and Description | 
|---|---|
OptimisticLockStyle | 
RootEntitySource.getOptimisticLockStyle()
Obtain the optimistic locking style for this entity. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OptimisticLockStyle | 
RootEntitySourceImpl.getOptimisticLockStyle()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected OptimisticLockStyle | 
AbstractEntityPersister.optimisticLockStyle()  | 
| Modifier and Type | Method and Description | 
|---|---|
OptimisticLockStyle | 
EntityMetamodel.getOptimisticLockStyle()  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.