Skip navigation links

Oracle® Fusion Middleware Java API Reference for EclipseLink
11g Release 1 (11.1.1)

E26376-01


javax.persistence.criteria
Interface CompoundSelection<X>

Type Parameters:
X - the type of the selection item
All Superinterfaces:
Selection<X>, TupleElement<X>

public interface CompoundSelection<X>
extends Selection<X>

The CompoundSelection interface defines a compound selection item (tuple, array, or result of constructor).

Since:
Java Persistence 2.0

Method Summary

 

Methods inherited from interface javax.persistence.criteria.Selection
alias, getCompoundSelectionItems, isCompoundSelection

 

Methods inherited from interface javax.persistence.TupleElement
getAlias, getJavaType

 


Skip navigation links

Oracle® Fusion Middleware Java API Reference for EclipseLink
11g Release 1 (11.1.1)

E26376-01


Copyright © 2007, Eclipse Foundation, Inc. and its licensors. All rights reserved.