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 org.hibernate.testing.orm.domain.userguide -
-
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 voidQueryBinder. bindQuery(NamedQuery namedQuery, MetadataBuildingContext context) -
Uses of NamedQuery in org.hibernate.testing.orm.domain.userguide
Classes in org.hibernate.testing.orm.domain.userguide with annotations of type NamedQuery Modifier and Type Class Description classPhone
-