| Modifier and Type | Required Element and Description |
|---|---|
String |
name
Is used to refer to the query when using the
EntityManager
methods that create query objects. |
String |
query
The SQL query string
|
| Modifier and Type | Optional Element and Description |
|---|---|
QueryHint[] |
hints
Vendor-specific query hints
|
Class |
resultClass
The class of the result
|
String |
resultSetMapping
The name of a
SqlResultSetMapping, as defined in metadata |
public abstract String name
EntityManager
methods that create query objects.public abstract String query
public abstract QueryHint[] hints
public abstract Class resultClass
public abstract String resultSetMapping
SqlResultSetMapping, as defined in metadataCopyright © 2025. All rights reserved.