org.apache.openjpa.persistence.criteria
Class CompoundSelections.Array<X>
java.lang.Object
org.apache.openjpa.persistence.criteria.SelectionImpl<X>
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.
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.Array
public CompoundSelections.Array(Class<X> cls,
Selection<?>... terms)
getFillStrategy
public FillStrategy<X> getFillStrategy()
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.