Uses of Class
org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
-
Packages that use SqmSelectionQueryImpl Package Description org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
-
Uses of SqmSelectionQueryImpl in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type SqmSelectionQueryImpl Modifier and Type Method Description protected static <R> void
AbstractSharedSessionContract. checkResultType(Class<R> expectedResultType, SqmSelectionQueryImpl<R> query)
-