org.apache.openjpa.persistence.criteria
Class CompoundSelections.Tuple
java.lang.Object
org.apache.openjpa.persistence.criteria.SelectionImpl<X>
org.apache.openjpa.persistence.criteria.CompoundSelections.Tuple
- All Implemented Interfaces:
- CompoundSelection<Tuple>, Selection<Tuple>, TupleElement<Tuple>, CriteriaExpression
- Enclosing class:
- CompoundSelections
static class CompoundSelections.Tuple
- extends SelectionImpl<X>
A compound selection which is a Tuple composed of its component terms.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.persistence.criteria.Selection |
alias |
CompoundSelections.Tuple
public CompoundSelections.Tuple(Selection<?>[] selections)
getFillStrategy
public FillStrategy<Tuple> getFillStrategy()
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.