Deprecate dead method RowReader#toMemento
This commit is contained in:
parent
80feec0c53
commit
cfeddf8531
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue