Class SqmExpressionHelper
java.lang.Object
org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SqmExpression
<?> getActualExpression
(SqmExpression<?> expression) static SqmExpression
<?> getOffsetAdjustedExpression
(SqmExpression<?> expression) static boolean
isCompositeTemporal
(SqmExpression<?> expression) static <T> SqmExpressible
<T> toSqmType
(BindableType<T> parameterType, SqmCreationState creationState) static <T> SqmBindableType
<T> toSqmType
(BindableType<T> anticipatedType, BindingContext bindingContext)
-
Constructor Details
-
SqmExpressionHelper
public SqmExpressionHelper()
-
-
Method Details
-
toSqmType
public static <T> SqmExpressible<T> toSqmType(BindableType<T> parameterType, SqmCreationState creationState) -
toSqmType
public static <T> SqmBindableType<T> toSqmType(BindableType<T> anticipatedType, BindingContext bindingContext) -
isCompositeTemporal
-
getActualExpression
-
getOffsetAdjustedExpression
-