This inspection checks for the following JPA specification errors:
  • More than one attribute configured for method/field
  • Attribute cannot be used in Embeddable object (JPA 1.0)
  • Persistent attribute metadata should be specified on field or property getter
  • For property-based access both setter and getter should be present