getSingularAttributes() - JPA ManagedType's method
Method javax.persistence.metamodel.ManagedType
Set<SingularAttribute<?,?>> getSingularAttributes()
Return the single-valued attributes of the managed type. Returns empty set if the managed type has no single-valued attributes.
- Returns:
- single-valued attributes
- Since:
- JPA 2.0