StaticAliasToBeanResultTransformer

I am using hibernate search 1.1. I want to apply a post post request ResultTransformer to match the target data structure.

But I cannot find this class (StaticAliasToBeanResultTransformer) in the hibernate search jar . Where can I find this class ?.

Thanks,

0


a source to share


1 answer


Do you mean:

org.hibernate.transform.AliasToBeanResultTransformer? If so, then this is included in the main hibren jar included with the distribution.



See javadocs

0


a source







All Articles