Uses of Class
org.hibernate.query.spi.AbstractQuery
-
Packages that use AbstractQuery Package Description org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI.org.hibernate.query.sql.internal Implementation of the SPIs for native SQL query support. -
-
Uses of AbstractQuery in org.hibernate.procedure.internal
Subclasses of AbstractQuery in org.hibernate.procedure.internal Modifier and Type Class Description class
ProcedureCallImpl<R>
Standard implementation ofProcedureCall
-
Uses of AbstractQuery in org.hibernate.query.sql.internal
Subclasses of AbstractQuery in org.hibernate.query.sql.internal Modifier and Type Class Description class
NativeQueryImpl<R>
-