Jakarta Persistence (JPA) Method

Set<PluralAttribute<X,?,?>> getDeclaredPluralAttributes()


Return all multi-valued attributes (Collection-, Set-, List-, and Map-valued attributes) declared by the managed type. Returns empty set if the managed type has no declared multivalued attributes.
Returns:
declared Collection-, Set-, List-, and Map-valued attributes.
Since:
Jakarta Persistence (JPA) 1.0