org.hibernate.engine.profile
Class Fetch.Style
java.lang.Object
org.hibernate.engine.profile.Fetch.Style
- Enclosing class:
- Fetch
public static class Fetch.Style
- extends java.lang.Object
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).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JOIN
public static final Fetch.Style JOIN
SELECT
public static final Fetch.Style SELECT
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
parse
public static Fetch.Style parse(java.lang.String name)
Copyright © 2010. All Rights Reserved.