Jakarta Persistence (JPA) Interface
jakarta.persistence.criteria.FetchParent<Z,X>
- 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:
- Jakarta Persistence (JPA) 2.0
Public Instance Methods
- Parameters:
attribute- target of the join
- Returns:
- the resulting fetch join.
- Since:
- Jakarta Persistence (JPA) 1.0
- Parameters:
jt- join typeattribute- target of the join
- Returns:
- the resulting fetch join.
- Since:
- Jakarta Persistence (JPA) 1.0
- Parameters:
attribute- target of the join
- Returns:
- the resulting join.
- Since:
- Jakarta Persistence (JPA) 1.0
- Parameters:
jt- join typeattribute- target of the join
- Returns:
- the resulting join.
- Since:
- Jakarta Persistence (JPA) 1.0
- Parameters:
attributeName- name of the attribute for the target of the join
- Returns:
- the resulting fetch join.
- Throws:
- if attribute of the given name does not exist.IllegalArgumentException
- Since:
- Jakarta Persistence (JPA) 1.0
- Parameters:
attributeName- name of the attribute for the target of the joinjt- join type
- Returns:
- the resulting fetch join.
- Throws:
- if attribute of the given name does not exist.IllegalArgumentException
- Since:
- Jakarta Persistence (JPA) 1.0
Returns empty set if no fetch joins have been made from this type. Modifications to the set do not affect the query.
- Returns:
- fetch joins made from this type.
- Since:
- Jakarta Persistence (JPA) 1.0