org.hibernate.engine.profile
public static class Fetch.Style extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Fetch.Style |
JOIN |
static Fetch.Style |
SELECT |
Modifier and Type | Method and Description |
---|---|
static Fetch.Style |
parse(java.lang.String name) |
java.lang.String |
toString() |
public static final Fetch.Style JOIN
public static final Fetch.Style SELECT
public java.lang.String toString()
toString
in class java.lang.Object
public static Fetch.Style parse(java.lang.String name)
Copyright © 2014. All Rights Reserved.