getPluralAttributes() - JPA ManagedType's method
Method javax.persistence.metamodel.ManagedType
Set<PluralAttribute<?,?,?>> getPluralAttributes()
Return all multi-valued attributes (Collection-, Set-, List-, and Map-valued attributes) of the managed type. Returns empty set if the managed type has no multi-valued attributes.
- Returns:
- Collection-, Set-, List-, and Map-valued attributes
- Since:
- JPA 2.0