Java org.hibernate.transform Transformers fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.transform Transformers fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.transform Transformers.

The text is from its open source code.

Field

AliasToEntityMapResultTransformerALIAS_TO_ENTITY_MAP
Each row of results is a Map from alias to values/entities
ToListResultTransformerTO_LIST
Each row of results is a List

Method

ResultTransformeraliasToBean(Class target)
Creates a resulttransformer that will inject aliased values into instances of Class via property methods or fields.