Package com.querydsl.core.types
Interface Constant<T>
- Type Parameters:
T- constant type
- All Superinterfaces:
Expression<T>,Serializable
- All Known Implementing Classes:
ConstantImpl
Constant represents a general constant expression.- Author:
- tiwe
-
Method Summary
Methods inherited from interface com.querydsl.core.types.Expression
accept, getType
-
Method Details
-
getConstant
T getConstant()Get the wrapped constant- Returns:
- wrapped constant
-