Package | Description |
---|---|
org.hibernate.boot.jaxb.hbm.internal |
JAXB details.
|
org.hibernate.boot.jaxb.hbm.spi | |
org.hibernate.boot.model.source.internal.hbm | |
org.hibernate.boot.model.source.spi | |
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.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 |
OptimisticLockStyleConverter.fromXml(String name) |
Modifier and Type | Method and Description |
---|---|
static String |
OptimisticLockStyleConverter.toXml(OptimisticLockStyle lockMode) |
Modifier and Type | Field and Description |
---|---|
protected OptimisticLockStyle |
JaxbHbmRootEntityType.optimisticLock |
Modifier and Type | Method and Description |
---|---|
OptimisticLockStyle |
JaxbHbmRootEntityType.getOptimisticLock()
Gets the value of the optimisticLock property.
|
OptimisticLockStyle |
Adapter9.unmarshal(String value) |
Modifier and Type | Method and Description |
---|---|
String |
Adapter9.marshal(OptimisticLockStyle value) |
void |
JaxbHbmRootEntityType.setOptimisticLock(OptimisticLockStyle value)
Sets the value of the optimisticLock property.
|
Modifier and Type | Method and Description |
---|---|
OptimisticLockStyle |
EntityHierarchySourceImpl.getOptimisticLockStyle() |
Modifier and Type | Method and Description |
---|---|
OptimisticLockStyle |
EntityHierarchySource.getOptimisticLockStyle()
Obtain the optimistic locking style for this 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 |
Subclass.getOptimisticLockStyle() |
OptimisticLockStyle |
PersistentClass.getOptimisticLockStyle() |
Modifier and Type | Method and Description |
---|---|
void |
PersistentClass.setOptimisticLockStyle(OptimisticLockStyle optimisticLockStyle) |
Modifier and Type | Method and Description |
---|---|
protected OptimisticLockStyle |
AbstractEntityPersister.optimisticLockStyle() |
Modifier and Type | Method and Description |
---|---|
OptimisticLockStyle |
EntityMetamodel.getOptimisticLockStyle() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.