Class AbstractSelection<X>
java.lang.Object
com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement<X>
com.blazebit.persistence.criteria.impl.expression.AbstractSelection<X>
- All Implemented Interfaces:
Serializable,Selection<X>,TupleElement<X>
- Direct Known Subclasses:
AbstractExpression,CompoundSelectionImpl,FromSelection
- Since:
- 1.2.0
- Author:
- Christian Beikov
- See Also:
-
Field Summary
Fields inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement
criteriaBuilder -
Constructor Summary
ConstructorsConstructorDescriptionAbstractSelection(BlazeCriteriaBuilderImpl criteriaBuilder, Class<X> javaType) -
Method Summary
Modifier and TypeMethodDescriptionbooleanabstract voidrender(RenderContext context) voidvisitParameters(ParameterVisitor visitor) Methods inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement
getAlias, getConverter, getJavaType, setAlias, setConverter, setJavaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.persistence.TupleElement
getAlias, getJavaType
-
Constructor Details
-
AbstractSelection
-
-
Method Details
-
alias
-
isCompoundSelection
public boolean isCompoundSelection()- Specified by:
isCompoundSelectionin interfaceSelection<X>
-
getCompoundSelectionItems
- Specified by:
getCompoundSelectionItemsin interfaceSelection<X>
-
visitParameters
-
render
-