org.hibernate.ejb.criteria.expression
Class SelectionImpl<X>
java.lang.Object
   org.hibernate.ejb.criteria.AbstractNode
org.hibernate.ejb.criteria.AbstractNode
       org.hibernate.ejb.criteria.expression.AbstractTupleElement<X>
org.hibernate.ejb.criteria.expression.AbstractTupleElement<X>
           org.hibernate.ejb.criteria.expression.SelectionImpl<X>
org.hibernate.ejb.criteria.expression.SelectionImpl<X>
- All Implemented Interfaces: 
- Serializable, javax.persistence.criteria.Selection<X>, TupleElement<X>, ParameterContainer, SelectionImplementor<X>, TupleElementImplementor<X>
- Direct Known Subclasses: 
- CompoundSelectionImpl, ExpressionImpl
- public abstract class SelectionImpl<X> 
- extends AbstractTupleElement<X>- implements SelectionImplementor<X>, ParameterContainer, Serializable
The Hibernate implementation of the JPA Selection
 contract.
- Author:
- Steve Ebersole
- See Also:
- Serialized Form
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
 
SelectionImpl
public SelectionImpl(CriteriaBuilderImpl criteriaBuilder,
                     Class<X> javaType)
alias
public javax.persistence.criteria.Selection<X> alias(String alias)
- 
- Specified by:
- aliasin interface- javax.persistence.criteria.Selection<X>
 
- 
 
isCompoundSelection
public boolean isCompoundSelection()
- 
- Specified by:
- isCompoundSelectionin interface- javax.persistence.criteria.Selection<X>
 
- 
 
getValueHandlers
public List<ValueHandlerFactory.ValueHandler> getValueHandlers()
- 
- Specified by:
- getValueHandlersin interface- SelectionImplementor<X>
 
- 
 
getCompoundSelectionItems
public List<javax.persistence.criteria.Selection<?>> getCompoundSelectionItems()
- 
- Specified by:
- getCompoundSelectionItemsin interface- javax.persistence.criteria.Selection<X>
 
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.