Package org.hibernate.mapping
Class FetchProfile.Fetch
- java.lang.Object
-
- org.hibernate.mapping.FetchProfile.Fetch
-
- Enclosing class:
- FetchProfile
public static class FetchProfile.Fetch extends Object
An individual association fetch within the given profile.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getAssociation()
String
getEntity()
FetchMode
getMethod()
String
getStyle()
Deprecated, for removal: This API element is subject to removal in a future version.usegetMethod()
FetchType
getType()
-
-
-
Constructor Detail
-
Fetch
@Deprecated(forRemoval=true) public Fetch(String entity, String association, String style)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getEntity
public String getEntity()
-
getAssociation
public String getAssociation()
-
getStyle
@Deprecated(forRemoval=true) public String getStyle()
Deprecated, for removal: This API element is subject to removal in a future version.usegetMethod()
-
getMethod
public FetchMode getMethod()
-
getType
public FetchType getType()
-
-