javax.persistence
public class: NamedQuery [javadoc |
source]
javax.persistence.NamedQuery
Is used to specify a named query in the Java Persistence query language, which is a static
query expressed in metadata. Query names are scoped to the persistence unit.
- author:
Emmanuel - Bernard
| Method from javax.persistence.NamedQuery Detail: |
QueryHint[] hints() {
}
Vendor-specific query hints |
String name() {
}
Refers to the query when using the EntityManager methods that create query objects. |
String query() {
}
The query string in the Java Persistence query language |