| Package | Description | 
|---|---|
| org.hibernate.engine.internal | 
 Support for many of the internal workings of Hibernate. 
 | 
| org.hibernate.engine.spi | |
| org.hibernate.tuple.entity | 
| Modifier and Type | Method and Description | 
|---|---|
static VersionValue | 
UnsavedValueFactory.getUnsavedVersionValue(String versionUnsavedValue,
                      Getter versionGetter,
                      VersionType versionType,
                      Constructor constructor)
Return an IdentifierValue for the specified unsaved-value. 
 | 
| 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-2015 Red Hat, Inc. All Rights Reserved.