Interface QueryCachePutManager
-
- All Known Implementing Classes:
QueryCachePutManagerEnabledImpl
public interface QueryCachePutManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default void
finishUp(int resultCount, SharedSessionContractImplementor session)
void
finishUp(SharedSessionContractImplementor session)
Deprecated, for removal: This API element is subject to removal in a future version.UsefinishUp(int, SharedSessionContractImplementor)
insteadvoid
registerJdbcRow(Object values)
-
-
-
Method Detail
-
registerJdbcRow
void registerJdbcRow(Object values)
-
finishUp
@Deprecated(forRemoval=true, since="6.6") void finishUp(SharedSessionContractImplementor session)
Deprecated, for removal: This API element is subject to removal in a future version.UsefinishUp(int, SharedSessionContractImplementor)
instead
-
finishUp
default void finishUp(int resultCount, SharedSessionContractImplementor session)
- Since:
- 6.6
-
-