Jakarta Persistence (JPA) Method
Fetch<X,Y> fetch(
String attributeName
)
Create a fetch join to the specified attribute using an inner join.
- 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