org.apache.openjpa.persistence.criteria
Class CompoundSelections.Array<X>

java.lang.Object
  extended by org.apache.openjpa.persistence.criteria.SelectionImpl<X>
      extended by org.apache.openjpa.persistence.criteria.CompoundSelections.Array<X>
Type Parameters:
X - type must be an array
All Implemented Interfaces:
CompoundSelection<X>, Selection<X>, TupleElement<X>, CriteriaExpression
Enclosing class:
CompoundSelections

static class CompoundSelections.Array<X>
extends SelectionImpl<X>

A compound selection which is an array of its component terms.


Constructor Summary
CompoundSelections.Array(Class<X> cls, Selection<?>... terms)
           
 
Method Summary
 FillStrategy<X> 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.Array

public CompoundSelections.Array(Class<X> cls,
                                Selection<?>... terms)
Method Detail

getFillStrategy

public FillStrategy<X> getFillStrategy()


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