Uses of Interface
org.hibernate.query.sqm.SqmExpressible
-
Packages that use SqmExpressible Package Description org.hibernate.metamodel This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.derived org.hibernate.query.hql.internal Implementation of the SPIs for HQL support.org.hibernate.query.internal org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.function Package defining support for HQL, including JPQL as a subset of HQL.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.tree This package contains the classes that make up the SQM tree nodes.org.hibernate.query.sqm.tree.cte Nodes representing common table expressions (CTE) in the SQM tree.org.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree.org.hibernate.query.sqm.tree.expression Nodes representing expressions in the SQM tree.org.hibernate.query.sqm.tree.jpa org.hibernate.query.sqm.tree.predicate Nodes representing logical predicates in the SQM tree.org.hibernate.query.sqm.tree.select Nodes representingselect
statements in the SQM tree.org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.internal org.hibernate.type.spi Defines a registry for HibernateType
s. -
-
Uses of SqmExpressible in org.hibernate.metamodel
Methods in org.hibernate.metamodel with parameters of type SqmExpressible Modifier and Type Method Description MappingModelExpressible<?>
MappingMetamodel. resolveMappingExpressible(SqmExpressible<?> sqmExpressible, Function<NavigablePath,TableGroup> tableGroupLocator)
-
Uses of SqmExpressible in org.hibernate.metamodel.mapping
Subinterfaces of SqmExpressible in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
DiscriminatorType<O>
Union ofConvertedBasicType
andBasicDomainType
capabilities. -
Uses of SqmExpressible in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement SqmExpressible Modifier and Type Class Description class
DiscriminatorTypeImpl<O>
Specialization of ConvertedBasicTypeImpl to expose access to theDiscriminatorTypeImpl.underlyingJdbcMapping
of this discriminator - the bit that handles the relationship between the relational JavaType and the JdbcType -
Uses of SqmExpressible in org.hibernate.metamodel.model.domain
Subinterfaces of SqmExpressible in org.hibernate.metamodel.model.domain Modifier and Type Interface Description interface
AnyMappingDomainType<J>
Models Hibernate's ANY mapping (reverse discrimination) as a JPA domain model typeinterface
BagPersistentAttribute<D,E>
Hibernate extension to the JPACollectionAttribute
descriptorinterface
BasicDomainType<J>
Hibernate extension to the JPABasicType
contract.interface
DomainType<J>
Describes any type that occurs in the application's domain model.interface
EmbeddableDomainType<J>
Hibernate extension to the JPAEmbeddableType
contract.interface
EmbeddedDomainType<J>
Deprecated.UseEmbeddableDomainType
instead.interface
EntityDomainType<J>
Extension to the JPAEntityType
contract.interface
IdentifiableDomainType<J>
Extension to the JPAIdentifiableType
contract.interface
ListPersistentAttribute<D,E>
Hibernate extension to the JPAListAttribute
descriptorinterface
ManagedDomainType<J>
Extensions to the JPA-definedManagedType
contract.interface
MappedSuperclassDomainType<J>
Extension of the JPAMappedSuperclassType
contractinterface
MapPersistentAttribute<D,K,V>
Hibernate extension to the JPAMapAttribute
descriptorinterface
PluralPersistentAttribute<D,C,E>
Extension of the JPA-definedPluralAttribute
interface.interface
SetPersistentAttribute<D,E>
Hibernate extension to the JPASetAttribute
descriptorinterface
SimpleDomainType<J>
Describes any non-collection typeinterface
SingularPersistentAttribute<D,J>
Extension of the JPA-definedSingularAttribute
interface.interface
TupleType<J>
Describes any structural type without a direct java type representation.Classes in org.hibernate.metamodel.model.domain that implement SqmExpressible Modifier and Type Class Description class
AbstractDomainType<J>
class
AbstractIdentifiableType<J>
Functionality common to all implementations ofIdentifiableType
.class
AbstractManagedType<J>
Functionality common to all implementations ofManagedType
.Methods in org.hibernate.metamodel.model.domain that return SqmExpressible Modifier and Type Method Description SqmExpressible<?>
TupleType. get(int index)
SqmExpressible<?>
TupleType. get(String componentName)
-
Uses of SqmExpressible in org.hibernate.metamodel.model.domain.internal
Subinterfaces of SqmExpressible in org.hibernate.metamodel.model.domain.internal Modifier and Type Interface Description interface
CompositeSqmPathSource<J>
Classes in org.hibernate.metamodel.model.domain.internal that implement SqmExpressible Modifier and Type Class Description class
AbstractPluralAttribute<D,C,E>
class
AbstractSqmPathSource<J>
class
AnyDiscriminatorSqmPathSource<D>
SqmPathSource
implementation forAnyDiscriminator
class
AnyMappingDomainTypeImpl<T>
class
AnyMappingSqmPathSource<J>
class
ArrayTupleType
class
BagAttributeImpl<X,E>
class
BasicSqmPathSource<J>
class
BasicTypeImpl<J>
class
DiscriminatorSqmPathSource<D>
SqmPathSource implementation for entity discriminatorclass
EmbeddableTypeImpl<J>
Implementation ofEmbeddableType
.class
EmbeddedSqmPathSource<J>
class
EntitySqmPathSource<J>
class
EntityTypeImpl<J>
Implementation ofEntityType
.class
ListAttributeImpl<X,E>
class
MapAttributeImpl<X,K,V>
class
MappedSuperclassSqmPathSource<J>
class
MappedSuperclassTypeImpl<J>
Implementation ofMappedSuperclassType
.class
NonAggregatedCompositeSqmPathSource<J>
Support for non-aggregated composite valuesclass
PrimitiveBasicTypeImpl<J>
class
SetAttributeImpl<X,E>
class
SingularAttributeImpl<D,J>
static class
SingularAttributeImpl.Identifier<D,J>
Subclass used to simplify instantiation of singular attributes representing an entity's identifier.static class
SingularAttributeImpl.Version<X,Y>
Subclass used to simply instantiation of singular attributes representing an entity's version.Methods in org.hibernate.metamodel.model.domain.internal that return SqmExpressible Modifier and Type Method Description SqmExpressible<?>
ArrayTupleType. get(int index)
SqmExpressible<?>
ArrayTupleType. get(String componentName)
Methods in org.hibernate.metamodel.model.domain.internal with parameters of type SqmExpressible Modifier and Type Method Description MappingModelExpressible<?>
MappingMetamodelImpl. resolveMappingExpressible(SqmExpressible<?> sqmExpressible, Function<NavigablePath,TableGroup> tableGroupLocator)
Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type SqmExpressible Constructor Description ArrayTupleType(SqmExpressible<?>[] components)
-
Uses of SqmExpressible in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement SqmExpressible Modifier and Type Class Description class
DiscriminatorType<T>
Deprecated, for removal: This API element is subject to removal in a future version.The functionality of DiscriminatorType,DiscriminatorMetadata
andMetaType
have been consolidated intoEntityDiscriminatorMapping
andDiscriminatorConverter
-
Uses of SqmExpressible in org.hibernate.query
Subinterfaces of SqmExpressible in org.hibernate.query Modifier and Type Interface Description interface
ReturnableType<T>
Specialization of DomainType for types that can be used as function returnsMethods in org.hibernate.query that return SqmExpressible Modifier and Type Method Description SqmExpressible<J>
BindableType. resolveExpressible(SessionFactoryImplementor sessionFactory)
Resolve this parameter type to the corresponding SqmExpressible -
Uses of SqmExpressible in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement SqmExpressible Modifier and Type Class Description class
AnonymousTupleSimpleSqmPathSource<J>
class
AnonymousTupleSqmAssociationPathSource<O,J>
class
AnonymousTupleSqmPathSource<J>
class
AnonymousTupleType<T>
Methods in org.hibernate.query.derived that return SqmExpressible Modifier and Type Method Description SqmExpressible<?>
AnonymousTupleType. get(int index)
SqmExpressible<?>
AnonymousTupleType. get(String componentName)
Methods in org.hibernate.query.derived with parameters of type SqmExpressible Modifier and Type Method Description static ModelPart
AnonymousTupleTableGroupProducer. createModelPart(MappingType mappingType, SqmExpressible<?> sqmExpressible, DomainType<?> domainType, List<SqlSelection> sqlSelections, int selectionIndex, String selectionExpression, String partName, ModelPart existingModelPart, Set<String> compatibleTableExpressions, int fetchableIndex)
Constructors in org.hibernate.query.derived with parameters of type SqmExpressible Constructor Description AnonymousTupleBasicEntityIdentifierMapping(MappingType declaringType, String selectionExpression, SqmExpressible<?> expressible, JdbcMapping jdbcMapping, BasicEntityIdentifierMapping delegate)
AnonymousTupleBasicValuedModelPart(MappingType declaringType, String partName, String selectionExpression, SqmExpressible<?> expressible, JdbcMapping jdbcMapping, int fetchableIndex)
AnonymousTupleEmbeddableValuedModelPart(SqmExpressible<?> sqmExpressible, List<SqlSelection> sqlSelections, int selectionIndex, String selectionExpression, Set<String> compatibleTableExpressions, Set<Attribute<?,?>> attributes, DomainType<?> domainType, String componentName, EmbeddableValuedModelPart existingModelPartContainer, int fetchableIndex)
AnonymousTupleEmbeddedEntityIdentifierMapping(SqmExpressible<?> sqmExpressible, List<SqlSelection> sqlSelections, int selectionIndex, String selectionExpression, Set<String> compatibleTableExpressions, Set<Attribute<?,?>> attributes, DomainType<?> domainType, CompositeIdentifierMapping delegate)
AnonymousTupleNonAggregatedEntityIdentifierMapping(SqmExpressible<?> sqmExpressible, List<SqlSelection> sqlSelections, int selectionIndex, String selectionExpression, Set<String> compatibleTableExpressions, Set<Attribute<?,?>> attributes, DomainType<?> domainType, String componentName, NonAggregatedIdentifierMapping delegate)
-
Uses of SqmExpressible in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal that return SqmExpressible Modifier and Type Method Description SqmExpressible
FullyQualifiedReflectivePathTerminal. getNodeType()
Methods in org.hibernate.query.hql.internal with parameters of type SqmExpressible Modifier and Type Method Description void
FullyQualifiedReflectivePathTerminal. applyInferableType(SqmExpressible type)
-
Uses of SqmExpressible in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return SqmExpressible Modifier and Type Method Description static <T> SqmExpressible<? extends T>
QueryHelper. highestPrecedenceType(SqmExpressible<? extends T>... types)
static <X> SqmExpressible<? extends X>
QueryHelper. highestPrecedenceType2(SqmExpressible<? extends X> type1, SqmExpressible<? extends X> type2)
Methods in org.hibernate.query.internal with parameters of type SqmExpressible Modifier and Type Method Description static <T> SqmExpressible<? extends T>
QueryHelper. highestPrecedenceType(SqmExpressible<? extends T>... types)
static <X> SqmExpressible<? extends X>
QueryHelper. highestPrecedenceType2(SqmExpressible<? extends X> type1, SqmExpressible<? extends X> type2)
-
Uses of SqmExpressible in org.hibernate.query.spi
Methods in org.hibernate.query.spi with parameters of type SqmExpressible Modifier and Type Method Description protected static <T> void
AbstractSelectionQuery. verifyResultType(Class<T> resultClass, SqmExpressible<?> sqmExpressible)
-
Uses of SqmExpressible in org.hibernate.query.sqm
Subinterfaces of SqmExpressible in org.hibernate.query.sqm Modifier and Type Interface Description interface
SqmPathSource<J>
Represents any part of the domain model which can be used to create aSqmPath
node.Methods in org.hibernate.query.sqm that return SqmExpressible Modifier and Type Method Description default SqmExpressible<J>
SqmPathSource. getExpressible()
default SqmExpressible<J>
SqmExpressible. resolveExpressible(SessionFactoryImplementor sessionFactory)
Methods in org.hibernate.query.sqm with parameters of type SqmExpressible Modifier and Type Method Description <R> SqmTuple<R>
NodeBuilder. tuple(SqmExpressible<R> tupleType, List<? extends SqmExpression<?>> expressions)
<R> SqmTuple<R>
NodeBuilder. tuple(SqmExpressible<R> tupleType, SqmExpression<?>... expressions)
-
Uses of SqmExpressible in org.hibernate.query.sqm.function
Methods in org.hibernate.query.sqm.function that return SqmExpressible Modifier and Type Method Description SqmExpressible<T>
SelfRenderingSqmFunction. getNodeType()
-
Uses of SqmExpressible in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmExpressible Modifier and Type Method Description static boolean
TypecheckUtil. areTypesComparable(SqmExpressible<?> lhsType, SqmExpressible<?> rhsType, SessionFactoryImplementor factory)
<R> SqmTuple<R>
SqmCriteriaNodeBuilder. tuple(SqmExpressible<R> tupleType, List<? extends SqmExpression<?>> sqmExpressions)
<R> SqmTuple<R>
SqmCriteriaNodeBuilder. tuple(SqmExpressible<R> tupleType, SqmExpression<?>... expressions)
-
Uses of SqmExpressible in org.hibernate.query.sqm.tree
Methods in org.hibernate.query.sqm.tree that return SqmExpressible Modifier and Type Method Description SqmExpressible<T>
SqmExpressibleAccessor. getExpressible()
default SqmExpressible<T>
SqmTypedNode. getExpressible()
SqmExpressible<T>
SqmTypedNode. getNodeType()
-
Uses of SqmExpressible in org.hibernate.query.sqm.tree.cte
Classes in org.hibernate.query.sqm.tree.cte that implement SqmExpressible Modifier and Type Class Description class
SqmCteTable<T>
Methods in org.hibernate.query.sqm.tree.cte that return SqmExpressible Modifier and Type Method Description SqmExpressible<?>
SqmCteTable. get(String componentName)
SqmExpressible<?>
SqmCteTableColumn. getType()
Constructors in org.hibernate.query.sqm.tree.cte with parameters of type SqmExpressible Constructor Description SqmCteTableColumn(SqmCteTable<?> cteTable, String columnName, SqmExpressible<?> typeExpressible)
-
Uses of SqmExpressible in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement SqmExpressible Modifier and Type Class Description class
SqmBasicValuedSimplePath<T>
class
SqmEmbeddedValuedSimplePath<T>
class
SqmMapEntryReference<K,V>
Represents the reference to a Map attribute'sMap.Entry
entries in a select clauseclass
SqmPolymorphicRootDescriptor<T>
Acts as theEntityDomainType
for a "polymorphic query" grouping.Methods in org.hibernate.query.sqm.tree.domain that return SqmExpressible Modifier and Type Method Description SqmExpressible<T>
AbstractSqmPath. getExpressible()
SqmExpressible<T>
SqmBasicValuedSimplePath. getExpressible()
SqmExpressible<T>
SqmEmbeddedValuedSimplePath. getExpressible()
SqmExpressible<Map.Entry<K,V>>
SqmMapEntryReference. getNodeType()
Methods in org.hibernate.query.sqm.tree.domain with parameters of type SqmExpressible Modifier and Type Method Description default void
SqmPath. applyInferableType(SqmExpressible<?> type)
-
Uses of SqmExpressible in org.hibernate.query.sqm.tree.expression
Classes in org.hibernate.query.sqm.tree.expression that implement SqmExpressible Modifier and Type Class Description class
NullSqmExpressible
class
SqmEnumLiteral<E extends Enum<E>>
Specialized SQM literal defined by an enum reference.class
SqmFieldLiteral<T>
Methods in org.hibernate.query.sqm.tree.expression that return SqmExpressible Modifier and Type Method Description SqmExpressible<E>
SqmEnumLiteral. getExpressible()
SqmExpressible<T>
SqmAny. getNodeType()
SqmExpressible<T>
SqmCastTarget. getNodeType()
SqmExpressible<T>
SqmDistinct. getNodeType()
SqmExpressible<T>
SqmDurationUnit. getNodeType()
SqmExpressible<T>
SqmEvery. getNodeType()
SqmExpressible<T>
SqmExpression. getNodeType()
The expression's type.SqmExpressible<T>
SqmExtractUnit. getNodeType()
SqmExpressible<T>
SqmFieldLiteral. getNodeType()
SqmExpressible<T>
SqmOver. getNodeType()
SqmExpressible<T>
SqmParameter. getNodeType()
SqmExpressible<Void>
SqmTrimSpecification. getNodeType()
static <T> SqmExpressible<T>
SqmExpressionHelper. toSqmType(BindableType<T> anticipatedType, SessionFactoryImplementor sessionFactory)
static <T> SqmExpressible<T>
SqmExpressionHelper. toSqmType(BindableType<T> parameterType, SqmCreationState creationState)
static <T> SqmExpressible<T>
SqmExpressionHelper. toSqmType(BindableType<T> anticipatedType, NodeBuilder nodeBuilder)
Methods in org.hibernate.query.sqm.tree.expression with parameters of type SqmExpressible Modifier and Type Method Description void
AbstractSqmExpression. applyInferableType(SqmExpressible<?> type)
void
AbstractSqmParameter. applyInferableType(SqmExpressible<?> type)
void
SqmExpression. applyInferableType(SqmExpressible<?> type)
Used to apply type information based on the expression's usage within the query.void
SqmFieldLiteral. applyInferableType(SqmExpressible<?> type)
static SqmPath<?>
SqmExpressionHelper. findPath(SqmExpression<?> expression, SqmExpressible<?> nodeType)
protected void
AbstractSqmExpression. internalApplyInferableType(SqmExpressible<?> newType)
protected void
JpaCriteriaParameter. internalApplyInferableType(SqmExpressible<?> newType)
protected void
SqmBinaryArithmetic. internalApplyInferableType(SqmExpressible<?> type)
protected void
SqmCaseSearched. internalApplyInferableType(SqmExpressible<?> newType)
protected void
SqmCaseSimple. internalApplyInferableType(SqmExpressible<?> newType)
void
SqmLiteralEntityType. internalApplyInferableType(SqmExpressible<?> type)
void
SqmParameterizedEntityType. internalApplyInferableType(SqmExpressible<?> type)
-
Uses of SqmExpressible in org.hibernate.query.sqm.tree.jpa
Methods in org.hibernate.query.sqm.tree.jpa that return SqmExpressible Modifier and Type Method Description SqmExpressible<T>
AbstractJpaTupleElement. getNodeType()
Methods in org.hibernate.query.sqm.tree.jpa with parameters of type SqmExpressible Modifier and Type Method Description protected void
AbstractJpaTupleElement. setExpressibleType(SqmExpressible<?> expressibleType)
Constructors in org.hibernate.query.sqm.tree.jpa with parameters of type SqmExpressible Constructor Description AbstractJpaSelection(SqmExpressible<? super T> sqmExpressible, NodeBuilder criteriaBuilder)
AbstractJpaTupleElement(SqmExpressible<? super T> expressibleType, NodeBuilder criteriaBuilder)
-
Uses of SqmExpressible in org.hibernate.query.sqm.tree.predicate
Constructors in org.hibernate.query.sqm.tree.predicate with parameters of type SqmExpressible Constructor Description AbstractNegatableSqmPredicate(SqmExpressible<Boolean> type, boolean negated, NodeBuilder nodeBuilder)
AbstractSqmPredicate(SqmExpressible<Boolean> type, NodeBuilder criteriaBuilder)
-
Uses of SqmExpressible in org.hibernate.query.sqm.tree.select
Subinterfaces of SqmExpressible in org.hibernate.query.sqm.tree.select Modifier and Type Interface Description interface
SqmDynamicInstantiationTarget<T>
Represents the thing-to-be-instantiated in a dynamic instantiation expression.Classes in org.hibernate.query.sqm.tree.select that implement SqmExpressible Modifier and Type Class Description class
SqmJpaCompoundSelection<T>
Methods in org.hibernate.query.sqm.tree.select that return SqmExpressible Modifier and Type Method Description default SqmExpressible<T>
SqmAliasedNode. getExpressible()
default SqmExpressible<T>
SqmAliasedNode. getNodeType()
SqmExpressible<T>
SqmSubQuery. getNodeType()
Methods in org.hibernate.query.sqm.tree.select with parameters of type SqmExpressible Modifier and Type Method Description void
SqmSubQuery. applyInferableType(SqmExpressible<?> type)
-
Uses of SqmExpressible in org.hibernate.type
Subinterfaces of SqmExpressible in org.hibernate.type Modifier and Type Interface Description interface
AdjustableBasicType<J>
Extension contract forBasicType
implementations which understand how to adjust themselves relative to where/how they're used by, for example, accounting for LOB, nationalized, primitive/wrapper, etc.interface
BasicPluralType<C,E>
A basic plural type.interface
BasicType<T>
Marker interface for basic types.interface
ConvertedBasicType<J>
Extension for implementations ofBasicType
which have an implied conversion.Classes in org.hibernate.type that implement SqmExpressible Modifier and Type Class Description class
AbstractSingleColumnStandardBasicType<T>
TODO : javadocclass
AbstractStandardBasicType<T>
Convenience base class forBasicType
implementations.class
BasicArrayType<T,E>
A type that maps betweenARRAY
andT[]
class
BasicCollectionType<C extends Collection<E>,E>
A type that maps betweenARRAY
andCollection<T>
class
BottomType
A type that is assignable to every non-primitive type, that is, the type ofnull
.class
ConvertedBasicArrayType<T,S,E>
Given aBasicValueConverter
for an array type,class
ConvertedBasicCollectionType<C extends Collection<E>,E>
A converted basic array type.class
CustomType<J>
class
JavaObjectType
class
NullType
class
QueryParameterJavaObjectType
class
SerializableToBlobType<T extends Serializable>
class
SerializableType<T extends Serializable>
A type that maps between aVARBINARY
andSerializable
classes.class
StandardBasicTypeTemplate<J>
A BasicType adapter targeting partial portability to 6.0's type system changes.Methods in org.hibernate.type that return SqmExpressible Modifier and Type Method Description SqmExpressible<T>
BasicTypeReference. resolveExpressible(SessionFactoryImplementor sessionFactory)
SqmExpressible<?>
ComponentType. resolveExpressible(SessionFactoryImplementor sessionFactory)
-
Uses of SqmExpressible in org.hibernate.type.internal
Classes in org.hibernate.type.internal that implement SqmExpressible Modifier and Type Class Description class
BasicTypeImpl<J>
class
ConvertedBasicTypeImpl<J>
class
CustomMutabilityConvertedBasicTypeImpl<J>
class
CustomMutabilityConvertedPrimitiveBasicTypeImpl<J>
Wrapper ofCustomMutabilityConvertedBasicTypeImpl
for primitive type.class
ImmutableNamedBasicTypeImpl<J>
class
NamedBasicTypeImpl<J>
-
Uses of SqmExpressible in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return SqmExpressible Modifier and Type Method Description SqmExpressible<?>
TypeConfiguration. resolveArithmeticType(SqmExpressible<?> firstType, SqmExpressible<?> secondType)
Determine the result type of an arithmetic operation as defined by the rules in section 6.5.8.1.SqmExpressible<?>
TypeConfiguration. resolveArithmeticType(SqmExpressible<?> firstType, SqmExpressible<?> secondType, BinaryArithmeticOperator operator)
SqmExpressible<?>
TypeConfiguration. resolveTupleType(List<? extends SqmTypedNode<?>> typedNodes)
Methods in org.hibernate.type.spi with parameters of type SqmExpressible Modifier and Type Method Description TemporalType
TypeConfiguration. getSqlTemporalType(SqmExpressible<?> type)
static boolean
TypeConfiguration. isDuration(SqmExpressible<?> type)
static boolean
TypeConfiguration. isJdbcTemporalType(SqmExpressible<?> type)
SqmExpressible<?>
TypeConfiguration. resolveArithmeticType(SqmExpressible<?> firstType, SqmExpressible<?> secondType)
Determine the result type of an arithmetic operation as defined by the rules in section 6.5.8.1.SqmExpressible<?>
TypeConfiguration. resolveArithmeticType(SqmExpressible<?> firstType, SqmExpressible<?> secondType, BinaryArithmeticOperator operator)
-