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
ConstructorsConstructorDescriptionCompoundSelection(List<jakarta.persistence.criteria.Selection<?>> selections)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(SelectionVisitor selectionVisitor) jakarta.persistence.criteria.Selection<T>List<jakarta.persistence.criteria.Selection<?>>booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.data.model.jpa.criteria.ISelection
getAlias 
- 
Constructor Details
- 
CompoundSelection
 
 - 
 - 
Method Details
- 
accept
- Specified by:
 acceptin interfaceSelectionVisitable
 - 
isCompoundSelection
public boolean isCompoundSelection()- Specified by:
 isCompoundSelectionin interfaceISelection<T>- Specified by:
 isCompoundSelectionin interfacejakarta.persistence.criteria.Selection<T>
 - 
getCompoundSelectionItems
- Specified by:
 getCompoundSelectionItemsin interfaceISelection<T>- Specified by:
 getCompoundSelectionItemsin interfacejakarta.persistence.criteria.Selection<T>
 - 
getJavaType
- Specified by:
 getJavaTypein interfacejakarta.persistence.TupleElement<T>
 - 
alias
- Specified by:
 aliasin interfaceISelection<T>- Specified by:
 aliasin interfacejakarta.persistence.criteria.Selection<T>
 
 -