| Package | Description |
|---|---|
| org.hibernate.engine.spi | |
| org.hibernate.tuple.entity |
| Modifier and Type | Field and Description |
|---|---|
static VersionValue |
VersionValue.NEGATIVE
Assume the transient instance is newly instantiated if the version
is negative, otherwise assume it is a detached instance.
|
static VersionValue |
VersionValue.NULL
Assume the transient instance is newly instantiated if the version
is null, otherwise assume it is a detached instance.
|
static VersionValue |
VersionValue.UNDEFINED
Assume the transient instance is newly instantiated if the version
is null, otherwise defer to the identifier unsaved-value.
|
| Modifier and Type | Method and Description |
|---|---|
VersionValue |
VersionProperty.getUnsavedValue() |
| Constructor and Description |
|---|
VersionProperty(EntityPersister source,
SessionFactoryImplementor sessionFactory,
int attributeNumber,
String attributeName,
Type attributeType,
BaselineAttributeInformation attributeInformation,
VersionValue unsavedValue)
Constructs VersionProperty instances.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.