Uses of Class
org.hibernate.annotations.NamedQuery
-
Packages that use NamedQuery Package Description org.hibernate.annotations Package containing all the Hibernate specific annotations.org.hibernate.cfg.annotations -
-
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.cfg.annotations
Methods in org.hibernate.cfg.annotations with parameters of type NamedQuery Modifier and Type Method Description static void
QueryBinder. bindQuery(NamedQuery queryAnn, MetadataBuildingContext context)
-