class CompoundSelections extends Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
CompoundSelections.Array<X>
A compound selection which is an array of its component terms.
|
(package private) static class |
CompoundSelections.MultiSelection<T>
A selection of terms that interprets its arguments based on target result type.
|
(package private) static class |
CompoundSelections.NewInstance<X>
A compound selection which is an instance constructed of its component terms.
|
(package private) static class |
CompoundSelections.Tuple
A compound selection which is a Tuple composed of its component terms.
|
Constructor and Description |
---|
CompoundSelections() |
Modifier and Type | Method and Description |
---|---|
(package private) static <X> FillStrategy<X> |
getFillStrategy(javax.persistence.criteria.Selection<X> s)
Gets the strategy to fill a given compound selection.
|
static <X> FillStrategy<X> getFillStrategy(javax.persistence.criteria.Selection<X> s)
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.