Class AliasedSelection<T>
java.lang.Object
io.micronaut.data.model.jpa.criteria.impl.selection.AliasedSelection<T>
- Type Parameters:
- T- The selection type
- All Implemented Interfaces:
- SelectionVisitable,- ISelection<T>,- jakarta.persistence.criteria.Selection<T>,- jakarta.persistence.TupleElement<T>
@Internal
public final class AliasedSelection<T>
extends Object
implements ISelection<T>, SelectionVisitable
The aliased selection.
- Since:
- 3.2
- Author:
- Denis Stepanov
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaccept(SelectionVisitor selectionVisitor) jakarta.persistence.criteria.Selection<T>getAlias()List<jakarta.persistence.criteria.Selection<?>>boolean
- 
Constructor Details- 
AliasedSelection
 
- 
- 
Method Details- 
accept- Specified by:
- acceptin interface- SelectionVisitable
 
- 
getSelection
- 
alias- Specified by:
- aliasin interface- ISelection<T>
- Specified by:
- aliasin interface- jakarta.persistence.criteria.Selection<T>
 
- 
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>
 
- 
getAlias- Specified by:
- getAliasin interface- ISelection<T>
- Specified by:
- getAliasin interface- jakarta.persistence.TupleElement<T>
 
 
-