Jakarta Persistence (JPA) Method
ListAttribute<X,?> getDeclaredList(
String name
)
Return the List-valued attribute declared by the managed type that corresponds to the specified name.
- Parameters:
name- the name of the represented attribute
- Returns:
- declared ListAttribute of the given name.
- Throws:
- if attribute of the given name is not declared in the managed type.IllegalArgumentException
- Since:
- Jakarta Persistence (JPA) 1.0