Uses of Class
org.hibernate.query.spi.AbstractCommonQueryContract
Packages that use AbstractCommonQueryContract
Package
Description
Defines the internal implementation of the stored procedure SPI.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
Implementation of the SPIs for native SQL query support.
Package for the SQM-backed Query implementation details
-
Uses of AbstractCommonQueryContract in org.hibernate.procedure.internal
Subclasses of AbstractCommonQueryContract in org.hibernate.procedure.internal -
Uses of AbstractCommonQueryContract in org.hibernate.query.spi
Subclasses of AbstractCommonQueryContract in org.hibernate.query.spiConstructors in org.hibernate.query.spi with parameters of type AbstractCommonQueryContractModifierConstructorDescriptionprotected
-
Uses of AbstractCommonQueryContract in org.hibernate.query.sql.internal
Subclasses of AbstractCommonQueryContract in org.hibernate.query.sql.internal -
Uses of AbstractCommonQueryContract in org.hibernate.query.sqm.internal
Subclasses of AbstractCommonQueryContract in org.hibernate.query.sqm.internalModifier and TypeClassDescriptionclass
QuerySqmImpl<R>
Query
implementation based on an SQMclass