Interface QueryCachePutManager
-
- All Known Implementing Classes:
QueryCachePutManagerEnabledImpl
public interface QueryCachePutManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
finishUp(SharedSessionContractImplementor session)
void
registerJdbcRow(Object values)
-
-
-
Method Detail
-
registerJdbcRow
void registerJdbcRow(Object values)
-
finishUp
void finishUp(SharedSessionContractImplementor session)
-
-