public static class

Fetch.Style

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

Class Overview

The type or style of fetch. For the moment we limit this to join and select, though technically subselect would be valid here as as well; however, to support subselect here would require major changes to the subselect loading code (which is needed for other things as well anyway).

Summary

Fields
public static final Fetch.Style JOIN
public static final Fetch.Style SELECT
Public Methods
static Fetch.Style parse(String name)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final Fetch.Style JOIN

public static final Fetch.Style SELECT

Public Methods

public static Fetch.Style parse (String name)

public String toString ()