类 CurrentTimestampFunction
- java.lang.Object
-
- org.hibernate.query.criteria.internal.AbstractNode
-
- org.hibernate.query.criteria.internal.expression.AbstractTupleElement<X>
-
- org.hibernate.query.criteria.internal.expression.SelectionImpl<T>
-
- org.hibernate.query.criteria.internal.expression.ExpressionImpl<X>
-
- org.hibernate.query.criteria.internal.expression.function.BasicFunctionExpression<Timestamp>
-
- org.hibernate.query.criteria.internal.expression.function.CurrentTimestampFunction
-
- 所有已实现的接口:
Serializable,javax.persistence.criteria.Expression<Timestamp>,javax.persistence.criteria.Selection<Timestamp>,javax.persistence.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.- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 org.hibernate.query.criteria.internal.ParameterContainer
ParameterContainer.Helper
-
-
构造器概要
构造器 构造器 说明 CurrentTimestampFunction(CriteriaBuilderImpl criteriaBuilder)
-
方法概要
-
从类继承的方法 org.hibernate.query.criteria.internal.expression.function.BasicFunctionExpression
getFunctionName, isAggregation, properSize, registerParameters, render
-
从类继承的方法 org.hibernate.query.criteria.internal.expression.ExpressionImpl
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNull
-
从类继承的方法 org.hibernate.query.criteria.internal.expression.SelectionImpl
alias, getCompoundSelectionItems, getValueHandlers, isCompoundSelection
-
从类继承的方法 org.hibernate.query.criteria.internal.expression.AbstractTupleElement
forceConversion, getAlias, getJavaType, getValueHandler, resetJavaType, setAlias
-
从类继承的方法 org.hibernate.query.criteria.internal.AbstractNode
criteriaBuilder
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.query.criteria.internal.SelectionImplementor
getValueHandlers
-
从接口继承的方法 org.hibernate.query.criteria.internal.TupleElementImplementor
getValueHandler
-
-
-
-
构造器详细资料
-
CurrentTimestampFunction
public CurrentTimestampFunction(CriteriaBuilderImpl criteriaBuilder)
-
-