| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.transform.BasicTransformerAdapterorg.hibernate.transform.PassThroughResultTransformerField Summary | |
static PassThroughResultTransformer | |
Constructor Summary | |
| |
Method Summary | |
boolean |
|
int |
|
Object |
|
Methods inherited from class org.hibernate.transform.BasicTransformerAdapter | |
transformList, transformTuple | |
public PassThroughResultTransformer()
Deprecated. Use the
INSTANCEreference instead of explicitly creating a new one (to be removed in 3.4).Instamtiate a PassThroughResultTransformer.
public boolean equals(Object other)
public int hashCode()
public Object transformTuple(Object[] tuple,
String[] aliases)
- Specified by:
- transformTuple in interface ResultTransformer
- Overrides:
- transformTuple in interface BasicTransformerAdapter