Interface SqmSelectQuery<T>
- All Superinterfaces:
AbstractQuery<T>, CommonAbstractCriteria, JpaCriteriaBase, JpaCriteriaNode, JpaCteContainer, JpaSelectCriteria<T>, Serializable, SqmCacheable, SqmCteContainer, SqmNode, SqmQuery<T>
- All Known Implementing Classes:
AbstractSqmSelectQuery, SqmSelectStatement, SqmSubQuery
public interface SqmSelectQuery<T>
extends SqmQuery<T>, JpaSelectCriteria<T>, SqmNode, SqmCteContainer
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy(SqmCopyContext context) distinct(boolean distinct) The query structure.The query structure.Methods inherited from interface AbstractQuery
getGroupList, getResultType, getRoots, having, isDistinct, whereMethods inherited from interface CommonAbstractCriteria
getParameters, subqueryMethods inherited from interface JpaCriteriaBase
subqueryMethods inherited from interface JpaCteContainer
getCteCriteria, getCteCriterias, with, with, withRecursiveUnionAll, withRecursiveUnionAll, withRecursiveUnionDistinct, withRecursiveUnionDistinctMethods inherited from interface JpaSelectCriteria
from, from, from, from, from, getGroupRestriction, getRestriction, getSelection, groupBy, groupBy, having, having, where, whereMethods inherited from interface SqmCacheable
cacheHashCode, isCompatibleMethods inherited from interface SqmCteContainer
getCteStatement, getCteStatementsMethods inherited from interface SqmNode
asLoggableText, nodeBuilderMethods inherited from interface SqmQuery
generateAlias
-
Method Details
-
getQuerySpec
SqmQuerySpec<T> getQuerySpec()Description copied from interface:JpaSelectCriteriaThe query structure. SeeJpaQueryStructurefor details- Specified by:
getQuerySpecin interfaceJpaSelectCriteria<T>
-
getQueryPart
SqmQueryPart<T> getQueryPart()Description copied from interface:JpaSelectCriteriaThe query structure. SeeJpaQueryStructurefor details- Specified by:
getQueryPartin interfaceJpaSelectCriteria<T>
-
distinct
- Specified by:
distinctin interfaceAbstractQuery<T>- Specified by:
distinctin interfaceJpaSelectCriteria<T>
-
copy
-