org.hibernate.metamodel.binding
Class FetchProfile.Fetch
java.lang.Object
org.hibernate.metamodel.binding.FetchProfile.Fetch
- Enclosing class:
- FetchProfile
public static class FetchProfile.Fetch
- extends Object
Defines an individual association fetch within the given profile.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FetchProfile.Fetch
public FetchProfile.Fetch(String entity,
String association,
String style)
getEntity
public String getEntity()
getAssociation
public String getAssociation()
getStyle
public String getStyle()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.