org.hibernate.ejb
Class AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
java.lang.Object
   org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
- All Implemented Interfaces: 
- Tuple
- Enclosing class:
- AbstractEntityManagerImpl.TupleBuilderTransformer
- public class AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl 
- extends Object- implements Tuple
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
public AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl(Object[] tuple)
get
public <X> X get(String alias,
                 Class<X> type)
- 
- Specified by:
- getin interface- Tuple
 
- 
 
get
public Object get(String alias)
- 
- Specified by:
- getin interface- Tuple
 
- 
 
get
public <X> X get(int i,
                 Class<X> type)
- 
- Specified by:
- getin interface- Tuple
 
- 
 
get
public Object get(int i)
- 
- Specified by:
- getin interface- Tuple
 
- 
 
toArray
public Object[] toArray()
- 
- Specified by:
- toArrayin interface- Tuple
 
- 
 
getElements
public List<TupleElement<?>> getElements()
- 
- Specified by:
- getElementsin interface- Tuple
 
- 
 
get
public <X> X get(TupleElement<X> tupleElement)
- 
- Specified by:
- getin interface- Tuple
 
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.