org.apache.openjpa.persistence.criteria
Class CompoundSelections.MultiSelection<T>
java.lang.Object
  
org.apache.openjpa.persistence.criteria.SelectionImpl<X>
      
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.
 
 
 
| 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.MultiSelection
public CompoundSelections.MultiSelection(Class<T> result,
                                         Selection<?>[] selections)
getFillStrategy
public FillStrategy<T> getFillStrategy()
 
 
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.