Uses of Package
org.hibernate.engine.profile

Packages that use org.hibernate.engine.profile
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.engine.profile   
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
 

Classes in org.hibernate.engine.profile used by org.hibernate.engine
FetchProfile
          A 'fetch profile' allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata.
 

Classes in org.hibernate.engine.profile used by org.hibernate.engine.profile
Association
          Models the association of a given fetch.
Fetch
          Models an individual fetch within a profile.
Fetch.Style
          The type or style of fetch.
 

Classes in org.hibernate.engine.profile used by org.hibernate.impl
FetchProfile
          A 'fetch profile' allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata.
 



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