T
- The compound selection@Internal public final class CompoundSelection<T> extends java.lang.Object implements ISelection<T>, SelectionVisitable
Constructor and Description |
---|
CompoundSelection(java.util.List<jakarta.persistence.criteria.Selection<?>> selections) |
Modifier and Type | Method and Description |
---|---|
void |
accept(SelectionVisitor selectionVisitor) |
jakarta.persistence.criteria.Selection<T> |
alias(java.lang.String name) |
java.util.List<jakarta.persistence.criteria.Selection<?>> |
getCompoundSelectionItems() |
java.lang.Class<? extends T> |
getJavaType() |
boolean |
isCompoundSelection() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAlias
public CompoundSelection(java.util.List<jakarta.persistence.criteria.Selection<?>> selections)
public void accept(SelectionVisitor selectionVisitor)
accept
in interface SelectionVisitable
public boolean isCompoundSelection()
isCompoundSelection
in interface ISelection<T>
isCompoundSelection
in interface jakarta.persistence.criteria.Selection<T>
public java.util.List<jakarta.persistence.criteria.Selection<?>> getCompoundSelectionItems()
getCompoundSelectionItems
in interface ISelection<T>
getCompoundSelectionItems
in interface jakarta.persistence.criteria.Selection<T>
public java.lang.Class<? extends T> getJavaType()
getJavaType
in interface jakarta.persistence.TupleElement<T>
public jakarta.persistence.criteria.Selection<T> alias(java.lang.String name)
alias
in interface ISelection<T>
alias
in interface jakarta.persistence.criteria.Selection<T>