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(EntityPersister persister,
SessionFactoryImplementor sessionFactory,
int attributeNumber,
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 © 2001-2022 Red Hat, Inc. All Rights Reserved.