org.hibernate.ejb.criteria.expression.function
Class CurrentTimestampFunction
java.lang.Object
org.hibernate.ejb.criteria.AbstractNode
org.hibernate.ejb.criteria.expression.AbstractTupleElement<X>
org.hibernate.ejb.criteria.expression.SelectionImpl<T>
org.hibernate.ejb.criteria.expression.ExpressionImpl<X>
org.hibernate.ejb.criteria.expression.function.BasicFunctionExpression<Timestamp>
org.hibernate.ejb.criteria.expression.function.CurrentTimestampFunction
- All Implemented Interfaces:
- Serializable, Expression<Timestamp>, Selection<Timestamp>, TupleElement<Timestamp>, FunctionExpression<Timestamp>, ExpressionImplementor<Timestamp>, ParameterContainer, Renderable, SelectionImplementor<Timestamp>, TupleElementImplementor<Timestamp>
public class CurrentTimestampFunction
- extends BasicFunctionExpression<Timestamp>
- implements Serializable
Models the ANSI SQL CURRENT_TIMESTAMP function.
- See Also:
- Serialized Form
Methods inherited from class org.hibernate.ejb.criteria.expression.ExpressionImpl |
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNull |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
CurrentTimestampFunction
public CurrentTimestampFunction(CriteriaBuilderImpl criteriaBuilder)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.