Package org.hibernate.transform
Class AliasToBeanResultTransformer<T>
java.lang.Object
org.hibernate.transform.AliasToBeanResultTransformer<T>
- All Implemented Interfaces:
Serializable
,ResultListTransformer<T>
,TupleTransformer<T>
,TypedTupleTransformer<T>
,ResultTransformer<T>
@Deprecated
public class AliasToBeanResultTransformer<T>
extends Object
implements ResultTransformer<T>, TypedTupleTransformer<T>
Deprecated.
Result transformer that allows to transform a result to
a user specified class which will be populated via setter
methods or fields matching the alias names.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Deprecated.The type resulting from this transformationint
hashCode()
Deprecated.transformTuple
(Object[] tuple, String[] aliases) Deprecated.Tuples are the elements making up each "row" of the query result.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.transform.ResultTransformer
transformList
-
Constructor Details
-
AliasToBeanResultTransformer
Deprecated.
-
-
Method Details
-
getTransformedType
Deprecated.Description copied from interface:TypedTupleTransformer
The type resulting from this transformation- Specified by:
getTransformedType
in interfaceTypedTupleTransformer<T>
-
transformTuple
Deprecated.Description copied from interface:TupleTransformer
Tuples are the elements making up each "row" of the query result. The contract here is to transform these elements into the final row shape.- Specified by:
transformTuple
in interfaceTupleTransformer<T>
- Parameters:
tuple
- The result elementsaliases
- The result aliases ("parallel" array to tuple)- Returns:
- The transformed row.
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-
ResultTransformer
is deprecated