Uses of Class
org.hibernate.query.spi.AbstractCommonQueryContract
-
Packages that use AbstractCommonQueryContract Package Description org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI.org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sql.internal Implementation of the SPIs for native SQL query support.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation details -
-
Uses of AbstractCommonQueryContract in org.hibernate.procedure.internal
Subclasses of AbstractCommonQueryContract in org.hibernate.procedure.internal Modifier and Type Class Description classProcedureCallImpl<R>Standard implementation ofProcedureCall -
Uses of AbstractCommonQueryContract in org.hibernate.query.spi
Subclasses of AbstractCommonQueryContract in org.hibernate.query.spi Modifier and Type Class Description classAbstractQuery<R>classAbstractSelectionQuery<R> -
Uses of AbstractCommonQueryContract in org.hibernate.query.sql.internal
Subclasses of AbstractCommonQueryContract in org.hibernate.query.sql.internal Modifier and Type Class Description classNativeQueryImpl<R> -
Uses of AbstractCommonQueryContract in org.hibernate.query.sqm.internal
Subclasses of AbstractCommonQueryContract in org.hibernate.query.sqm.internal Modifier and Type Class Description classQuerySqmImpl<R>Queryimplementation based on an SQMclassSqmSelectionQueryImpl<R>
-