Uses of Class
org.hibernate.annotations.SQLSelect
-
Packages that use SQLSelect 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 SQLSelect in org.hibernate.annotations
Methods in org.hibernate.annotations that return SQLSelect Modifier and Type Method Description SQLSelect
override()
-
Uses of SQLSelect in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type SQLSelect Modifier and Type Method Description static void
QueryBinder. bindNativeQuery(String name, SQLSelect sqlSelect, org.hibernate.annotations.common.reflection.XClass annotatedClass, MetadataBuildingContext context)
-