Inspectopedia
 
2024.3

Persistent attribute signature checks

Error
Reliability
New
Last modified: 03 December 2024

Reports the following JPA specification errors:

  • Several attributes are configured for a method or field

  • Illegal attribute is used in Embeddable object (JPA 1.0)

  • Persistent attribute metadata is specified not on a field or property getter

  • No setter or getter with property-based access

Example: