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 QueryOptions
getQueryOptions()
SharedSessionContractImplementor
getSession()
Set<String>
getSynchronizedQuerySpaces()
-
-
-
Method Detail
-
getSession
SharedSessionContractImplementor getSession()
-
getQueryOptions
QueryOptions getQueryOptions()
-
-