Package org.hibernate.result.spi
Interface ResultContext
-
- All Known Implementing Classes:
ProcedureCallImpl
public interface ResultContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryOptionsgetQueryOptions()SharedSessionContractImplementorgetSession()Set<String>getSynchronizedQuerySpaces()
-
-
-
Method Detail
-
getSession
SharedSessionContractImplementor getSession()
-
getQueryOptions
QueryOptions getQueryOptions()
-
-