Do not use OpenJPA strings for query hints or properties

This rule flags strings that start with openjpa. in Java files. These strings are typically used for query hints and entity manager properties. OpenJPA specific strings cannot be used with EclipseLink.

For more information on migrating these strings, see the Persistence XML and the Query Hints sections in the How To Migrate from OpenJPA to EclipseLink JPA guide.