public static class

FetchProfile.Fetch

extends Object
java.lang.Object
   ↳ org.hibernate.mapping.FetchProfile.Fetch

Class Overview

Defines an individual association fetch within the given profile.

Summary

Public Constructors
FetchProfile.Fetch(String entity, String association, String style)
Public Methods
String getAssociation()
String getEntity()
String getStyle()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public FetchProfile.Fetch (String entity, String association, String style)

Public Methods

public String getAssociation ()

public String getEntity ()

public String getStyle ()