Class FromSelection<X>
java.lang.Object
com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement<X>
com.blazebit.persistence.criteria.impl.expression.AbstractSelection<X>
com.blazebit.persistence.criteria.impl.expression.FromSelection<X>
- All Implemented Interfaces:
Serializable,Selection<X>,TupleElement<X>
- 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
ConstructorsConstructorDescriptionFromSelection(BlazeCriteriaBuilderImpl criteriaBuilder, AbstractFrom<?, X> from, String alias) -
Method Summary
Methods inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractSelection
alias, getCompoundSelectionItems, isCompoundSelection, visitParametersMethods 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
-
FromSelection
public FromSelection(BlazeCriteriaBuilderImpl criteriaBuilder, AbstractFrom<?, X> from, String alias)
-
-
Method Details
-
render
- Specified by:
renderin classAbstractSelection<X>
-