JPA Annotations for SQL Queries
The following JPA annotations are designated for SQL queries on relational databases:
- javax.persistence.ColumnResult - JPA Annotation
- javax.persistence.EntityResult - JPA Annotation
- javax.persistence.FieldResult - JPA Annotation
- javax.persistence.NamedNativeQueries - JPA Annotation
- javax.persistence.NamedNativeQuery - JPA Annotation
- javax.persistence.SqlResultSetMapping - JPA Annotation
- javax.persistence.SqlResultSetMappings - JPA Annotation
ObjectDB supports only the preferred JPA query language, JPQL, and silently ignores all the above annotations.