org.hibernate.ejb.criteria.expression.function
Class CurrentDateFunction
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<Date>
org.hibernate.ejb.criteria.expression.function.CurrentDateFunction
- All Implemented Interfaces:
- Serializable, Expression<Date>, Selection<Date>, TupleElement<Date>, FunctionExpression<Date>, ExpressionImplementor<Date>, ParameterContainer, Renderable, SelectionImplementor<Date>, TupleElementImplementor<Date>
public class CurrentDateFunction
- extends BasicFunctionExpression<Date>
- implements Serializable
Models the ANSI SQL CURRENT_DATE 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
CurrentDateFunction
public CurrentDateFunction(CriteriaBuilderImpl criteriaBuilder)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.