Uses of Package
org.hibernate.property

Packages that use org.hibernate.property
org.hibernate.engine.internal   
org.hibernate.envers.strategy   
org.hibernate.envers.tools.reflection   
org.hibernate.internal.util Internal utility classes. 
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.tuple.component   
org.hibernate.tuple.entity   
 

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

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

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

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

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.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.