| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TupleSubsetResultTransformer
A ResultTransformer that operates on "well-defined" and consistent subset of a tuple's elements. "Well-defined" means that:
| Method Summary | |
|---|---|
|  boolean[] | includeInTransform(String[] aliases,
                   int tupleLength)Returns an array with the i-th element indicating whether the i-th element of the tuple is included in the transformed value. | 
|  boolean | isTransformedValueATupleElement(String[] aliases,
                                int tupleLength)When a tuple is transformed, is the result a single element of the tuple? | 
| Methods inherited from interface org.hibernate.transform.ResultTransformer | 
|---|
| transformList, transformTuple | 
| Method Detail | 
|---|
boolean isTransformedValueATupleElement(String[] aliases,
                                        int tupleLength)
aliases - - the aliases that correspond to the tupletupleLength - - the number of elements in the tuple
boolean[] includeInTransform(String[] aliases,
                             int tupleLength)
aliases - - the aliases that correspond to the tupletupleLength - - the number of elements in the tuple
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||