类 CompoundSelectionImpl<X>
- java.lang.Object
-
- org.hibernate.query.criteria.internal.AbstractNode
-
- org.hibernate.query.criteria.internal.expression.AbstractTupleElement<X>
-
- org.hibernate.query.criteria.internal.expression.SelectionImpl<X>
-
- org.hibernate.query.criteria.internal.expression.CompoundSelectionImpl<X>
-
- 所有已实现的接口:
Serializable,javax.persistence.criteria.CompoundSelection<X>,javax.persistence.criteria.Selection<X>,javax.persistence.TupleElement<X>,ParameterContainer,Renderable,SelectionImplementor<X>,TupleElementImplementor<X>
public class CompoundSelectionImpl<X> extends SelectionImpl<X> implements javax.persistence.criteria.CompoundSelection<X>, Renderable, Serializable
The Hibernate implementation of the JPACompoundSelectioncontract.- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 org.hibernate.query.criteria.internal.ParameterContainer
ParameterContainer.Helper
-
-
构造器概要
构造器 构造器 说明 CompoundSelectionImpl(CriteriaBuilderImpl criteriaBuilder, Class<X> javaType, List<javax.persistence.criteria.Selection<?>> selectionItems)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<javax.persistence.criteria.Selection<?>>getCompoundSelectionItems()List<ValueHandlerFactory.ValueHandler>getValueHandlers()booleanisCompoundSelection()voidregisterParameters(ParameterRegistry registry)Register any parameters contained within this query component with the given registry.Stringrender(RenderingContext renderingContext)Perform the rendering, returning the rendition-
从类继承的方法 org.hibernate.query.criteria.internal.expression.SelectionImpl
alias
-
从类继承的方法 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.TupleElementImplementor
getValueHandler
-
-
-
-
构造器详细资料
-
CompoundSelectionImpl
public CompoundSelectionImpl(CriteriaBuilderImpl criteriaBuilder, Class<X> javaType, List<javax.persistence.criteria.Selection<?>> selectionItems)
-
-
方法详细资料
-
isCompoundSelection
public boolean isCompoundSelection()
- 指定者:
isCompoundSelection在接口中javax.persistence.criteria.Selection<X>- 覆盖:
isCompoundSelection在类中SelectionImpl<X>
-
getCompoundSelectionItems
public List<javax.persistence.criteria.Selection<?>> getCompoundSelectionItems()
- 指定者:
getCompoundSelectionItems在接口中javax.persistence.criteria.Selection<X>- 覆盖:
getCompoundSelectionItems在类中SelectionImpl<X>
-
getValueHandlers
public List<ValueHandlerFactory.ValueHandler> getValueHandlers()
- 指定者:
getValueHandlers在接口中SelectionImplementor<X>- 覆盖:
getValueHandlers在类中SelectionImpl<X>
-
registerParameters
public void registerParameters(ParameterRegistry registry)
从接口复制的说明:ParameterContainerRegister any parameters contained within this query component with the given registry.- 指定者:
registerParameters在接口中ParameterContainer- 参数:
registry- The parameter registry with which to register.
-
render
public String render(RenderingContext renderingContext)
从接口复制的说明:RenderablePerform the rendering, returning the rendition- 指定者:
render在接口中Renderable
-
-