FetchParent
- Type Parameters:
<Z>
- the source type<X>
- the target type
Represents an element of the from clause which may function as the parent of Fetches.
- Since:
- JPA 2.0
Public Methods
- Parameters:
attribute
- target of the join
- Return:
- the resulting join
- Since:
- JPA 2.0
- Parameters:
attribute
- target of the joinjt
- join type
- Return:
- the resulting join
- Since:
- JPA 2.0
- Parameters:
attribute
- target of the join
- Return:
- the resulting fetch join
- Since:
- JPA 2.0
- Parameters:
attribute
- target of the joinjt
- join type
- Return:
- the resulting fetch join
- Since:
- JPA 2.0
- Parameters:
attributeName
- name of the attribute for the target of the join
- Return:
- the resulting fetch join
- Throws:
- IllegalArgumentException - if attribute of the given name does not exist
- Since:
- JPA 2.0
- Parameters:
attributeName
- name of the attribute for the target of the joinjt
- join type
- Return:
- the resulting fetch join
- Throws:
- IllegalArgumentException - if attribute of the given name does not exist
- Since:
- JPA 2.0
Returns empty set if no fetch joins have been made from this type. Modifications to the set do not affect the query.
- Return:
- fetch joins made from this type
- Since:
- JPA 2.0