Uses of Class
org.hibernate.tuple.entity.VersionProperty
-
Packages that use VersionProperty Package Description org.hibernate.tuple Most contracts here have been replaced by the new runtime mapping model.org.hibernate.tuple.entity -
-
Uses of VersionProperty in org.hibernate.tuple
Methods in org.hibernate.tuple that return VersionProperty Modifier and Type Method Description static VersionProperty
PropertyFactory. buildVersionProperty(EntityPersister persister, SessionFactoryImplementor sessionFactory, int attributeNumber, Property property, boolean lazyAvailable)
Deprecated, for removal: This API element is subject to removal in a future version.Generates a VersionProperty representation for an entity mapping given its version mapping Property. -
Uses of VersionProperty in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return VersionProperty Modifier and Type Method Description VersionProperty
EntityMetamodel. getVersionProperty()
Deprecated, for removal: This API element is subject to removal in a future version.
-