org.hibernate.ejb
Class AbstractEntityManagerImpl.TupleBuilderTransformer
java.lang.Object
org.hibernate.transform.BasicTransformerAdapter
org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer
- All Implemented Interfaces:
- Serializable, ResultTransformer
- Enclosing class:
- AbstractEntityManagerImpl
public static class AbstractEntityManagerImpl.TupleBuilderTransformer
- extends BasicTransformerAdapter
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractEntityManagerImpl.TupleBuilderTransformer
public AbstractEntityManagerImpl.TupleBuilderTransformer(Query hqlQuery)
transformTuple
public Object transformTuple(Object[] tuple,
String[] aliases)
- Description copied from interface:
ResultTransformer
- Tuples are the elements making up each "row" of the query result.
The contract here is to transform these elements into the final
row.
- Specified by:
transformTuple
in interface ResultTransformer
- Overrides:
transformTuple
in class BasicTransformerAdapter
- Parameters:
tuple
- The result elementsaliases
- The result aliases ("parallel" array to tuple)
- Returns:
- The transformed row.
Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.