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 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).
JOIN
public static final Fetch.Style JOIN
SELECT
public static final Fetch.Style SELECT
toString
public String toString()
- Overrides:
toString
in class Object
parse
public static Fetch.Style parse(String name)
Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.