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