Uses of Class
org.hibernate.tuple.entity.VersionProperty
-
Packages that use VersionProperty Package Description org.hibernate.tuple 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)
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()
-