public class

Fetch

extends Object
java.lang.Object
   ↳ org.hibernate.engine.profile.Fetch

Class Overview

Models an individual fetch within a profile.

Summary

Nested Classes
class Fetch.Style The type or style of fetch. 
Public Constructors
Fetch(Association association, Fetch.Style style)
Public Methods
Association getAssociation()
Fetch.Style getStyle()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Fetch (Association association, Fetch.Style style)

Public Methods

public Association getAssociation ()

public Fetch.Style getStyle ()

public String toString ()