Package org.hibernate.transform
@Remove
package org.hibernate.transform
Defines strategies for post-processing criteria query
results into a form convenient to the application.
- API Note:
- This entire package is considered deprecated. Use
TupleTransformerand/orResultListTransformerwhich are defined inorg.hibernate.query.
-
ClassesClassDescriptionDeprecated.Deprecated.Use dynamic instantiation instead, either directly in HQL/JPQL (
select new MyClass(...) ...) or using a ConstructorResultDeprecated.Defines a Tuple mapping and there are many well-defined ways to use that approach.Deprecated.Deprecated.Not sure how useful these are anymore.
select new MyClass(...) ...) or using a ConstructorResult