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 Persistence XML and Query Hints.