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.component   
org.hibernate.tuple.entity   
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.component
Getter
          Gets values of a particular property
Setter
          Sets values to a particular property.
 

Classes in org.hibernate.property used by org.hibernate.tuple.entity
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