org.apache.openjpa.persistence.criteria
Class CompoundSelections.MultiSelection<T>

java.lang.Object
  extended by org.apache.openjpa.persistence.criteria.SelectionImpl<X>
      extended by org.apache.openjpa.persistence.criteria.CompoundSelections.MultiSelection<T>
Type Parameters:
T - the target result type.
All Implemented Interfaces:
CompoundSelection<T>, Selection<T>, TupleElement<T>, CriteriaExpression
Enclosing class:
CompoundSelections

static class CompoundSelections.MultiSelection<T>
extends SelectionImpl<X>

A selection of terms that interprets its arguments based on target result type.


Constructor Summary
CompoundSelections.MultiSelection(Class<T> result, Selection<?>[] selections)
           
 
Method Summary
 FillStrategy<T> 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.MultiSelection

public CompoundSelections.MultiSelection(Class<T> result,
                                         Selection<?>[] selections)
Method Detail

getFillStrategy

public FillStrategy<T> getFillStrategy()


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