Class CurrentTimestampFunction
java.lang.Object
com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement<X>
com.blazebit.persistence.criteria.impl.expression.AbstractSelection<T>
com.blazebit.persistence.criteria.impl.expression.AbstractExpression<X>
com.blazebit.persistence.criteria.impl.expression.function.AbstractFunctionExpression<Timestamp>
com.blazebit.persistence.criteria.impl.expression.function.CurrentTimestampFunction
- All Implemented Interfaces:
BlazeExpression<Timestamp>,BlazeFunctionExpression<Timestamp>,Serializable,Expression<Timestamp>,Selection<Timestamp>,TupleElement<Timestamp>
- Since:
- 1.2.0
- Author:
- Christian Beikov
- See Also:
-
Field Summary
FieldsFields inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement
criteriaBuilder -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.blazebit.persistence.criteria.impl.expression.function.AbstractFunctionExpression
getFunctionNameMethods inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractExpression
asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNullMethods inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractSelection
alias, getCompoundSelectionItems, isCompoundSelection, visitParametersMethods inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement
getAlias, getConverter, getJavaType, setAlias, setConverter, setJavaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.persistence.criteria.Expression
in, in, in, in, isNotNull, isNullMethods inherited from interface javax.persistence.criteria.Selection
alias, getCompoundSelectionItems, isCompoundSelectionMethods inherited from interface javax.persistence.TupleElement
getAlias, getJavaType
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
CurrentTimestampFunction
-
-
Method Details
-
render
- Overrides:
renderin classAbstractFunctionExpression<Timestamp>
-
as
- Specified by:
asin interfaceBlazeExpression<Timestamp>- Specified by:
asin interfaceExpression<Timestamp>- Overrides:
asin classAbstractExpression<Timestamp>
-