Uses of Interface
com.querydsl.core.types.Constant
Packages that use Constant
Package
Description
Various support classes
Expression types
-
Uses of Constant in com.querydsl.core.support
Methods in com.querydsl.core.support with parameters of type Constant -
Uses of Constant in com.querydsl.core.types
Classes in com.querydsl.core.types that implement ConstantModifier and TypeClassDescriptionfinal classConstantImpl<T>ConstantImplis the default implementation of theConstantinterfaceMethods in com.querydsl.core.types that return ConstantModifier and TypeMethodDescriptionConstantImpl.create(boolean b) ConstantImpl.create(byte i) ConstantImpl.create(char i) ConstantImpl.create(int i) ConstantImpl.create(long i) ConstantImpl.create(short i) static <T> Constant<T>static <T> Constant<T>ConstantImpl.create(T obj) Methods in com.querydsl.core.types with parameters of type ConstantModifier and TypeMethodDescriptionParamsVisitor.visit(Constant<?> expr, QueryMetadata context) Path<?>Set<Expression<?>>ValidatingVisitor.visit(Constant<?> expr, Set<Expression<?>> known) Visit a Constant instance with the given context