Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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 |
HierarchyDetails.getOptimisticLockStyle() |
Modifier and Type | Method and Description |
---|---|
void |
HierarchyDetails.setOptimisticLockStyle(OptimisticLockStyle optimisticLockStyle) |
Modifier and Type | Method and Description |
---|---|
OptimisticLockStyle |
RootEntitySourceImpl.getOptimisticLockStyle() |
OptimisticLockStyle |
EntityClass.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 © 2018 JBoss by Red Hat. All rights reserved.