类 AbstractPredicateImpl
- 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<Boolean>
-
- org.hibernate.query.criteria.internal.predicate.AbstractPredicateImpl
-
- 所有已实现的接口:
Serializable,javax.persistence.criteria.Expression<Boolean>,javax.persistence.criteria.Predicate,javax.persistence.criteria.Selection<Boolean>,javax.persistence.TupleElement<Boolean>,ExpressionImplementor<Boolean>,ParameterContainer,PredicateImplementor,Renderable,SelectionImplementor<Boolean>,TupleElementImplementor<Boolean>
- 直接已知子类:
AbstractSimplePredicate,CompoundPredicate
public abstract class AbstractPredicateImpl extends ExpressionImpl<Boolean> implements PredicateImplementor, Serializable
Basic template support forPredicateimplementors providing expression handling, negation and conjunction/disjunction handling.- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 org.hibernate.query.criteria.internal.ParameterContainer
ParameterContainer.Helper
-
-
构造器概要
构造器 限定符 构造器 说明 protectedAbstractPredicateImpl(CriteriaBuilderImpl criteriaBuilder)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<javax.persistence.criteria.Selection<?>>getCompoundSelectionItems()booleanisCompoundSelection()booleanisNegated()javax.persistence.criteria.Predicatenot()-
从类继承的方法 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, getValueHandlers
-
从类继承的方法 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.ParameterContainer
registerParameters
-
从接口继承的方法 org.hibernate.query.criteria.internal.predicate.PredicateImplementor
criteriaBuilder, isJunction, render
-
从接口继承的方法 org.hibernate.query.criteria.internal.Renderable
render
-
从接口继承的方法 org.hibernate.query.criteria.internal.SelectionImplementor
getValueHandlers
-
从接口继承的方法 org.hibernate.query.criteria.internal.TupleElementImplementor
getValueHandler
-
-
-
-
构造器详细资料
-
AbstractPredicateImpl
protected AbstractPredicateImpl(CriteriaBuilderImpl criteriaBuilder)
-
-
方法详细资料
-
isNegated
public boolean isNegated()
- 指定者:
isNegated在接口中javax.persistence.criteria.Predicate
-
not
public javax.persistence.criteria.Predicate not()
- 指定者:
not在接口中javax.persistence.criteria.Predicate
-
isCompoundSelection
public final boolean isCompoundSelection()
- 指定者:
isCompoundSelection在接口中javax.persistence.criteria.Selection<Boolean>- 覆盖:
isCompoundSelection在类中SelectionImpl<Boolean>
-
getCompoundSelectionItems
public final List<javax.persistence.criteria.Selection<?>> getCompoundSelectionItems()
- 指定者:
getCompoundSelectionItems在接口中javax.persistence.criteria.Selection<Boolean>- 覆盖:
getCompoundSelectionItems在类中SelectionImpl<Boolean>
-
-