static class QueryExecutor.CancelableStatelessSession extends java.lang.Object implements QueryExecutor.Cancelable
StatelessSessionImpl
. It
may not be future-proof since it is not part of the public Hibernate
API.Modifier and Type | Field and Description |
---|---|
private StatelessSession |
session |
Constructor and Description |
---|
CancelableStatelessSession(StatelessSession session) |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
private final StatelessSession session
CancelableStatelessSession(StatelessSession session)
public void cancel()
cancel
in interface QueryExecutor.Cancelable