Deprecate dead method RowReader#toMemento

This commit is contained in:
Sanne Grinovero 2023-01-04 18:30:16 +01:00 committed by Sanne Grinovero
parent 80feec0c53
commit cfeddf8531
1 changed files with 6 additions and 0 deletions

View File

@ -63,5 +63,11 @@ public interface RowReader<R> {
*/
void finishUp(JdbcValuesSourceProcessingState context);
/**
* Not used - to be removed?
* @deprecated to be removed
*/
@Deprecated
RowReaderMemento toMemento(SessionFactoryImplementor factory);
}