Uses of Class
org.hibernate.annotations.NamedNativeQuery
-
Packages that use NamedNativeQuery 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 NamedNativeQuery in org.hibernate.annotations
Methods in org.hibernate.annotations that return NamedNativeQuery Modifier and Type Method Description NamedNativeQuery[]
value()
The grouping of Hibernate named native SQL queries. -
Uses of NamedNativeQuery in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type NamedNativeQuery Modifier and Type Method Description static void
QueryBinder. bindNativeQuery(NamedNativeQuery namedNativeQuery, MetadataBuildingContext context)
-
Uses of NamedNativeQuery in org.hibernate.testing.orm.domain.userguide
Classes in org.hibernate.testing.orm.domain.userguide with annotations of type NamedNativeQuery Modifier and Type Class Description class
Phone
-