Package | Description |
---|---|
org.hibernate.tuple |
This package defines a runtime metamodel for entities at
the object level and abstracts the differences between
the various entity modes.
|
org.hibernate.tuple.entity |
Modifier and Type | Method and Description |
---|---|
static VersionProperty |
PropertyFactory.buildVersionProperty(BasicAttributeBinding property,
boolean lazyAvailable)
Generates a VersionProperty representation for an entity mapping given its
version mapping Property.
|
static VersionProperty |
PropertyFactory.buildVersionProperty(Property property,
boolean lazyAvailable)
Generates a VersionProperty representation for an entity mapping given its
version mapping Property.
|
Modifier and Type | Method and Description |
---|---|
VersionProperty |
EntityMetamodel.getVersionProperty() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.