HHH-3409 : ResultTransformer uniqueing
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14996 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
1851bffce7
commit
ec7288458e
|
@ -37,7 +37,7 @@ final public class Transformers {
|
|||
/**
|
||||
* Each row of results is a <tt>List</tt>
|
||||
*/
|
||||
public static final ResultTransformer TO_LIST = ToListResultTransformer.INSTANCE;
|
||||
public static final ToListResultTransformer TO_LIST = ToListResultTransformer.INSTANCE;
|
||||
|
||||
/**
|
||||
* Creates a resulttransformer that will inject aliased values into
|
||||
|
|
Loading…
Reference in New Issue