org.apache.openjpa.persistence.criteria
Class CompoundSelections.Tuple

java.lang.Object
  extended by org.apache.openjpa.persistence.criteria.SelectionImpl<X>
      extended by 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.


Constructor Summary
CompoundSelections.Tuple(Selection<?>[] selections)
           
 
Method Summary
 FillStrategy<Tuple> getFillStrategy()
           
 
Methods inherited from class org.apache.openjpa.persistence.criteria.SelectionImpl
acceptVisit, alias, assertValidName, asVariable, getAlias, getJavaType, isAliased, isAutoAliased, setAutoAlias
 
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
 
Methods inherited from interface javax.persistence.TupleElement
getAlias, getJavaType
 

Constructor Detail

CompoundSelections.Tuple

public CompoundSelections.Tuple(Selection<?>[] selections)
Method Detail

getFillStrategy

public FillStrategy<Tuple> getFillStrategy()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.