Uses of Enum Class
org.hibernate.FetchMode

Packages that use FetchMode
Package
Description
This package defines the central Hibernate APIs, beginning with SessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances of Session and StatelessSession, the most important APIs exposing persistence-related operations for entities.
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
 
This package and its subpackages, especially org.hibernate.id.enhanced, contain the built-in id generators, all of which implement either IdentifierGenerator or PostInsertIdentifierGenerator.
This package defines the Hibernate configuration-time mapping model.
 
This package abstracts persistence mechanisms for entities.
Most contracts here have been replaced by the new runtime mapping model.
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.