Class CompoundSelection<T>
java.lang.Object
io.micronaut.data.model.jpa.criteria.impl.selection.CompoundSelection<T>
- Type Parameters:
T
- The compound selection
- All Implemented Interfaces:
SelectionVisitable
,ISelection<T>
,jakarta.persistence.criteria.Selection<T>
,jakarta.persistence.TupleElement<T>
@Internal
public final class CompoundSelection<T>
extends Object
implements ISelection<T>, SelectionVisitable
The compound selection.
- Since:
- 3.2
- Author:
- Denis Stepanov
-
Constructor Summary
ConstructorDescriptionCompoundSelection
(List<jakarta.persistence.criteria.Selection<?>> selections) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(SelectionVisitor selectionVisitor) jakarta.persistence.criteria.Selection<T>
List<jakarta.persistence.criteria.Selection<?>>
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.data.model.jpa.criteria.ISelection
getAlias
-
Constructor Details
-
CompoundSelection
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceSelectionVisitable
-
isCompoundSelection
public boolean isCompoundSelection()- Specified by:
isCompoundSelection
in interfaceISelection<T>
- Specified by:
isCompoundSelection
in interfacejakarta.persistence.criteria.Selection<T>
-
getCompoundSelectionItems
- Specified by:
getCompoundSelectionItems
in interfaceISelection<T>
- Specified by:
getCompoundSelectionItems
in interfacejakarta.persistence.criteria.Selection<T>
-
getJavaType
- Specified by:
getJavaType
in interfacejakarta.persistence.TupleElement<T>
-
alias
- Specified by:
alias
in interfaceISelection<T>
- Specified by:
alias
in interfacejakarta.persistence.criteria.Selection<T>
-