Z
- the source typeX
- the target typepublic interface FetchParent
Modifier and Type | Method and Description |
---|---|
|
fetch(PluralAttribute super X,?,Y> attribute)
Create a fetch join to the specified collection-valued
attribute using an inner join.
|
|
fetch(PluralAttribute super X,?,Y> attribute,
JoinType jt)
Create a fetch join to the specified collection-valued
attribute using the given join type.
|
|
fetch(SingularAttribute super X,Y> attribute)
Create a fetch join to the specified single-valued attribute
using an inner join.
|
|
fetch(SingularAttribute super X,Y> attribute,
JoinType jt)
Create a fetch join to the specified single-valued attribute
using the given join type.
|
|
fetch(String attributeName)
Create a fetch join to the specified attribute using an
inner join.
|
|
fetch(String attributeName,
JoinType jt)
Create a fetch join to the specified attribute using
the given join type.
|
Set<Fetch<X,?>> |
getFetches()
Return the fetch joins that have been made from this type.
|
Set<Fetch<X,?>> getFetches()
Fetch<X,Y> fetch(SingularAttribute super X,Y> attribute)
attribute
- target of the joinFetch<X,Y> fetch(SingularAttribute super X,Y> attribute, JoinType jt)
attribute
- target of the joinjt
- join typeFetch<X,Y> fetch(PluralAttribute super X,?,Y> attribute)
attribute
- target of the joinFetch<X,Y> fetch(PluralAttribute super X,?,Y> attribute, JoinType jt)
attribute
- target of the joinjt
- join typeFetch fetch(String attributeName)
attributeName
- name of the attribute for the
target of the joinIllegalArgumentException
- if attribute of the given
name does not existFetch fetch(String attributeName, JoinType jt)
attributeName
- name of the attribute for the
target of the joinjt
- join typeIllegalArgumentException
- if attribute of the given
name does not existCopyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.