Uses of Class
org.hibernate.annotations.NamedQuery
-
Packages that use NamedQuery Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot.model.internal -
-
Uses of NamedQuery in org.hibernate.annotations
Methods in org.hibernate.annotations that return NamedQuery Modifier and Type Method Description NamedQuery[]
value()
The grouping of named queries. -
Uses of NamedQuery in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type NamedQuery Modifier and Type Method Description static void
QueryBinder. bindQuery(NamedQuery namedQuery, MetadataBuildingContext context)
-