HHH-8898 Change the ScrollableResults API to enable auto-closeable when running on Java7
This commit is contained in:
parent
4d70a29e58
commit
d7bf58e318
|
@ -46,7 +46,7 @@ import org.hibernate.type.Type;
|
|||
*
|
||||
* @author Gavin King
|
||||
*/
|
||||
public interface ScrollableResults {
|
||||
public interface ScrollableResults extends java.io.Closeable {
|
||||
/**
|
||||
* Advance to the next result.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue