HHH-8328 Typo in Query.list Javadoc
Conflicts: hibernate-core/src/main/java/org/hibernate/Query.java
This commit is contained in:
parent
1ec00e6199
commit
e588d2cd6d
|
@ -133,7 +133,7 @@ public interface Query {
|
|||
public ScrollableResults scroll(ScrollMode scrollMode) throws HibernateException;
|
||||
/**
|
||||
* Return the query results as a <tt>List</tt>. If the query contains
|
||||
* multiple results pre row, the results are returned in an instance
|
||||
* multiple results per row, the results are returned in an instance
|
||||
* of <tt>Object[]</tt>.
|
||||
*
|
||||
* @return the result list
|
||||
|
|
Loading…
Reference in New Issue