JPA Method
in javax.persistence.metamodel.ManagedType

Attribute<X,?> getDeclaredAttribute(
  String name
)


Return the attribute declared by the managed type that corresponds to the specified name.
Parameters:
name - the name of the represented attribute
Return:
attribute with given name
Throws:
IllegalArgumentException - if attribute of the given name is not declared in the managed type
Since:
JPA 2.0