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