Uses of Package
org.hibernate.property

Packages that use org.hibernate.property
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. 
org.hibernate.property This package abstracts the notion of a "property" of an entity. 
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.util Utility classes. 
 

Classes in org.hibernate.property used by org.hibernate.engine
Getter
          Gets values of a particular property
 

Classes in org.hibernate.property used by org.hibernate.mapping
Getter
          Gets values of a particular property
PropertyAccessor
          Abstracts the notion of a "property".
Setter
          Sets values to a particular property.
 

Classes in org.hibernate.property used by org.hibernate.property
Dom4jAccessor.Dom4jGetter
          Defines the strategy for getting property values out of a dom4j Node.
Dom4jAccessor.Dom4jSetter
           
Getter
          Gets values of a particular property
PropertyAccessor
          Abstracts the notion of a "property".
Setter
          Sets values to a particular property.
 

Classes in org.hibernate.property used by org.hibernate.tuple
Getter
          Gets values of a particular property
Setter
          Sets values to a particular property.
 

Classes in org.hibernate.property used by org.hibernate.util
Getter
          Gets values of a particular property