getIdClassAttributes() - JPA IdentifiableType's method
Method javax.persistence.metamodel.IdentifiableType
Set<SingularAttribute<?,?>> getIdClassAttributes()
Return the attributes corresponding to the id class of the identifiable type.
- Returns:
- id attributes
- Throws:
-
IllegalArgumentException
- if the identifiable type does not have an id class
- Since:
- JPA 2.0