Package org.hibernate.query.spi
Class SimpleHqlInterpretationImpl<R>
java.lang.Object
org.hibernate.query.spi.SimpleHqlInterpretationImpl<R>
- All Implemented Interfaces:
HqlInterpretation<R>
@Internal
public class SimpleHqlInterpretationImpl<R>
extends Object
implements HqlInterpretation<R>
Default implementation if
HqlInterpretation
.- API Note:
- This class is now considered internal implementation and will move to an internal package in a future version. Application programs should never depend directly on this class.
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleHqlInterpretationImpl
(SqmStatement<R> sqmStatement, ParameterMetadataImplementor parameterMetadata, DomainParameterXref domainParameterXref) -
Method Summary
-
Constructor Details
-
SimpleHqlInterpretationImpl
public SimpleHqlInterpretationImpl(SqmStatement<R> sqmStatement, ParameterMetadataImplementor parameterMetadata, DomainParameterXref domainParameterXref)
-
-
Method Details
-
getSqmStatement
- Specified by:
getSqmStatement
in interfaceHqlInterpretation<R>
-
getParameterMetadata
- Specified by:
getParameterMetadata
in interfaceHqlInterpretation<R>
-
getDomainParameterXref
- Specified by:
getDomainParameterXref
in interfaceHqlInterpretation<R>
-
validateResultType
- Specified by:
validateResultType
in interfaceHqlInterpretation<R>
-