Uses of Class
org.hibernate.tuple.VersionProperty

Packages that use VersionProperty
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   
 

Uses of VersionProperty in org.hibernate.tuple
 

Methods in org.hibernate.tuple that return VersionProperty
static VersionProperty PropertyFactory.buildVersionProperty(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
 VersionProperty EntityMetamodel.getVersionProperty()
           
 



Copyright © 2009 Hibernate.org. All Rights Reserved.