Uses of Interface
org.hibernate.query.sqm.tree.SqmCacheable
Packages that use SqmCacheable
Package
Description
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.This package defines a semantic model of HQL queries.
An SPI for defining, registering, and rendering functions in HQL.
This package contains the classes that make up the SQM tree nodes.
Nodes representing common table expressions (CTE) in the SQM tree.
Nodes representing
delete statements in the SQM tree.Nodes representing path expressions in the SQM tree.
Nodes representing expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
Nodes representing
insert statements in the SQM tree.Nodes representing logical predicates in the SQM tree.
Nodes representing
select statements in the SQM tree.Nodes representing
update statements in the SQM tree.-
Uses of SqmCacheable in org.hibernate.dialect.function
Classes in org.hibernate.dialect.function that implement SqmCacheableModifier and TypeClassDescriptionprotected static classprotected class -
Uses of SqmCacheable in org.hibernate.query.sqm
Subinterfaces of SqmCacheable in org.hibernate.query.sqmModifier and TypeInterfaceDescriptioninterfaceCommonality between entity and any discriminators -
Uses of SqmCacheable in org.hibernate.query.sqm.function
Classes in org.hibernate.query.sqm.function that implement SqmCacheableModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of SqmCacheable in org.hibernate.query.sqm.tree
Subinterfaces of SqmCacheable in org.hibernate.query.sqm.treeModifier and TypeInterfaceDescriptioninterfaceIn some cases it is useful to be able to handle UPDATE or DELETE SQM trees using a single contract.interfaceCommon extension of SqmStatement for DML (delete, update and insert-select) statements.interfaceBase contract for any SQM AST node.interfaceSqmQuery<T>Commonality between a top-level statement and a sub-queryinterfaceSqmStatement<T>The basic SQM statement contract for top-level statementsinterfaceSqmTypedNode<T>Optional contract forSqmNodeimplementations which are typed.interfaceOptional contract for SqmNode implementations that can be visited by a SemanticQueryWalker.Classes in org.hibernate.query.sqm.tree that implement SqmCacheableModifier and TypeClassDescriptionclassclassBase implementation of a criteria node.classclassMethods in org.hibernate.query.sqm.tree with parameters of type SqmCacheableModifier and TypeMethodDescriptionstatic booleanSqmCacheable.areCompatible(@Nullable SqmCacheable e1, @Nullable SqmCacheable e2) static intSqmCacheable.cacheHashCode(@Nullable SqmCacheable e1) Method parameters in org.hibernate.query.sqm.tree with type arguments of type SqmCacheableModifier and TypeMethodDescriptionstatic booleanSqmCacheable.areCompatible(@Nullable Collection<? extends SqmCacheable> collection1, @Nullable Collection<? extends SqmCacheable> collection2) static booleanSqmCacheable.areCompatible(@Nullable List<? extends SqmCacheable> collection1, @Nullable List<? extends SqmCacheable> collection2) static <K> booleanSqmCacheable.areCompatible(@Nullable Map<@NonNull K, @NonNull ? extends SqmCacheable> collection1, @Nullable Map<@NonNull K, @NonNull ? extends SqmCacheable> collection2) static intSqmCacheable.cacheHashCode(@Nullable Collection<@NonNull ? extends SqmCacheable> collection) static intSqmCacheable.cacheHashCode(@Nullable Map<@NonNull ?, @NonNull ? extends SqmCacheable> map) -
Uses of SqmCacheable in org.hibernate.query.sqm.tree.cte
Subinterfaces of SqmCacheable in org.hibernate.query.sqm.tree.cteClasses in org.hibernate.query.sqm.tree.cte that implement SqmCacheable -
Uses of SqmCacheable in org.hibernate.query.sqm.tree.delete
Classes in org.hibernate.query.sqm.tree.delete that implement SqmCacheable -
Uses of SqmCacheable in org.hibernate.query.sqm.tree.domain
Subinterfaces of SqmCacheable in org.hibernate.query.sqm.tree.domainModifier and TypeInterfaceDescriptioninterfaceSqmCorrelatedJoin<L,R> interfaceinterfaceSqmCorrelation<L,R> Specialization ofSqmFromfor sub-query correlationsinterfaceSqmPath<T>Models a reference to a part of the application's domain model as part of an SQM tree.interfaceSqmPathWrapper<W,T> SqmPath specialization for an SqmPath that wraps another SqmPathinterfaceinterfaceinterfaceSqmTreatedFrom<L, R, R1 extends R>interfaceSqmTreatedJoin<L, R, R1 extends R>interfaceSqmTreatedPath<T, S extends T>Classes in org.hibernate.query.sqm.tree.domain that implement SqmCacheableModifier and TypeClassDescriptionclassModels a join based on a mapped attribute reference.classAbstractSqmFrom<O,T> Convenience base class for SqmFrom implementationsclassAbstractSqmJoin<L,R> classclassAbstractSqmPluralJoin<L,C, E> Base support for joins to plural attributesclassclassclassclassclassSqmBagJoin<O,E> classclassSqmCorrelatedBagJoin<O,T> classclassclassclassclassclassclassclassSqmCorrelatedMapJoin<L,K, V> classclassclassclassSqmCorrelatedSetJoin<O,T> classclassSqmCteRoot<T>classclassclassclassclassReference to the key-side (as opposed to the target-side) of the foreign-key of a to-one association.classclassclassclassclassSqmListJoin<O,E> classSqmMapEntryReference<K,V> Represents the reference to a Map attribute'sMap.Entryentries in a select clauseclassSqmMapJoin<L,K, V> classSqmPluralPartJoin<O,T> classAn SqmPath for plural attribute pathsclassSqmSetJoin<O,E> classSqmSingularJoin<O,T> classSqmTreatedBagJoin<L, R, S extends R>classA TREAT form of SqmCrossJoinclassSqmTreatedEmbeddedValuedSimplePath<T, S extends T>classSqmTreatedEntityJoin<L, R, S extends R>classSqmTreatedEntityValuedSimplePath<T, S extends T>classSqmTreatedListJoin<O, T, S extends T>classSqmTreatedMapJoin<L, K, V, S extends V>classclassclassSqmTreatedSetJoin<O, T, S extends T>classSqmTreatedSimplePath<T, S extends T>classSqmTreatedSingularJoin<O, T, S extends T> -
Uses of SqmCacheable in org.hibernate.query.sqm.tree.expression
Subinterfaces of SqmCacheable in org.hibernate.query.sqm.tree.expressionModifier and TypeInterfaceDescriptioninterfaceA SQM aggregate function.interfaceThe base contract for any kind of expression node in the SQM tree.interfaceA SQM ordered set-aggregate function.interfaceSqmParameter<T>Models a parameter expression declared in the query.interfaceA SQM window function.Classes in org.hibernate.query.sqm.tree.expression that implement SqmCacheableModifier and TypeClassDescriptionclassclassBase class for expressions that contain a json path.classCommon support for SqmParameter implsclassclassJpaParameterExpressioncreated via JPACriteriaBuilder.classModels a reference to aSqmAliasedNodeused in the order-by or group-by clause by either position or alias, though the reference is normalized here to a positional refclassSqmAny<T>classclassclassclassstatic classclassSqmCaseSimple<T,R> static classclassclassSqmCoalesce<T>classclassRepresents theSIZE()function.classSqmDistinct<T>classclassSqmEnumLiteral<E extends Enum<E>>Specialized SQM literal defined by an enum reference.classSqmEvery<T>classclassclassEffectively a query-literal but we want to handle it specially in the SQM to SQL AST conversionclassSqmFunction<T>A SQM functionclassSqmHqlNumericLiteral<N extends Number>Used to model numeric literals found in HQL queries.classActs as the per-use wrapper for aJpaCriteriaParameter(CriteriaBuilder.parameter(Class)).classSpecial expression for the json_exists function that also captures special syntax elements like error behavior and passing variables.enumDescribes how anullshould be treated in a JSON document.enumSpecifies if ajson_objectaggmay aggregate duplicate keys.classSpecial expression for the json_query function that also captures special syntax elements like error and empty behavior.classstatic final classclassSpecial expression for the json_value function that also captures special syntax elements like error and empty behavior.classSqmLiteral<T>Represents a literal value in the sqm, e.g. 1 'some string' some.JavaClass.CONSTANT some.JavaEnum.VALUE etcclassRepresents a reference to an embeddable type as a literal.classRepresents a reference to an entity type as a literal.classclassRepresents aSqmModifiedSubQueryExpression.Modifier.ALL,SqmModifiedSubQueryExpression.Modifier.ANY,SqmModifiedSubQueryExpression.Modifier.SOMEmodifier applied to a subquery as part of a comparison.classA named expression.classRepresents a named query parameter in the SQM tree.classSqmOver<T>classSqmOverflow<T>classEntity type expression based on a parameter - `TYPE( :someParam )`classModels a positional parameter expressionclassclassA SQM set-returning functionclassclassclassclassNeeded to pass TrimSpecification as an SqmExpression when we call out to SqmFunctionTemplates handling TRIM calls as a function argument.classSqmTuple<T>A tuple constructor, that is, a list of expressions wrapped in parentheses, for example,(x, y, z).classclassclassclassSpecial expression for the json_query function that also captures special syntax elements like error and empty behavior.classSpecial expression for the xmlelement function that also captures special syntax elements like xmlattributes.classstatic final classclass -
Uses of SqmCacheable in org.hibernate.query.sqm.tree.from
Subinterfaces of SqmCacheable in org.hibernate.query.sqm.tree.fromModifier and TypeInterfaceDescriptioninterfaceSqmAttributeJoin<O,T> Models a join based on a mapped attribute reference.interfaceSqmFrom<L,R> Models a SqmPathSource's inclusion in theFROMclause.interfaceSqmJoin<L,R> interfaceSqmTreatedAttributeJoin<L, R, R1 extends R>Classes in org.hibernate.query.sqm.tree.from that implement SqmCacheableModifier and TypeClassDescriptionclassSqmCrossJoin<T>Stuff and thingsclassSqmCteJoin<T>classclassSqmEntityJoin<L,R> classContract representing a from clause.classclassSqmRoot<E> -
Uses of SqmCacheable in org.hibernate.query.sqm.tree.insert
Subinterfaces of SqmCacheable in org.hibernate.query.sqm.tree.insertModifier and TypeInterfaceDescriptioninterfaceThe general contract for INSERT statements.Classes in org.hibernate.query.sqm.tree.insert that implement SqmCacheableModifier and TypeClassDescriptionclassConvenience base class for InsertSqmStatement implementations.classclassclassclassclass -
Uses of SqmCacheable in org.hibernate.query.sqm.tree.jpa
Classes in org.hibernate.query.sqm.tree.jpa that implement SqmCacheableModifier and TypeClassDescriptionclassBase support forJpaSelectionimpls.classBase support forJpaTupleElementimpls -
Uses of SqmCacheable in org.hibernate.query.sqm.tree.predicate
Subinterfaces of SqmCacheable in org.hibernate.query.sqm.tree.predicateModifier and TypeInterfaceDescriptioninterfaceinterfaceContract for predicates that have a negated form, e.g.interfaceClasses in org.hibernate.query.sqm.tree.predicate that implement SqmCacheableModifier and TypeClassDescriptionclassclassclassclassRepresents an expression whose type is boolean, and can therefore be used as a predicate.classclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of SqmCacheable in org.hibernate.query.sqm.tree.select
Subinterfaces of SqmCacheable in org.hibernate.query.sqm.tree.selectModifier and TypeInterfaceDescriptioninterfaceModels any aliased expression.interfaceDefines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.interfaceClasses in org.hibernate.query.sqm.tree.select that implement SqmCacheableModifier and TypeClassDescriptionclassclassRepresents a dynamic instantiation (select new XYZ(...) ...) as part of the SQM.classRepresents an individual argument to a dynamic instantiation.classclassclassA grouped list of queries connected through a certain set operator.classSqmQueryPart<T>Defines the ordering and fetch/offset part of a query which is shared with query groups.classSqmQuerySpec<T>Defines the commonality between a root query and a subquery.classThe semantic select clause.classSqmSelection<T>Represents an individual selection within a select clause.classclassclassSqmSubQuery<T> -
Uses of SqmCacheable in org.hibernate.query.sqm.tree.update
Classes in org.hibernate.query.sqm.tree.update that implement SqmCacheableModifier and TypeClassDescriptionclassclassclass