public final class Transformers extends Object
Modifier and Type | Field and Description |
---|---|
static AliasToEntityMapResultTransformer |
ALIAS_TO_ENTITY_MAP
Each row of results is a Map from alias to values/entities
|
static ToListResultTransformer |
TO_LIST
Each row of results is a List
|
Modifier and Type | Method and Description |
---|---|
static ResultTransformer |
aliasToBean(Class target)
Creates a resulttransformer that will inject aliased values into
instances of Class via property methods or fields.
|
public static final AliasToEntityMapResultTransformer ALIAS_TO_ENTITY_MAP
public static final ToListResultTransformer TO_LIST
public static ResultTransformer aliasToBean(Class target)
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.