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