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.