HHH-15267 Make ParameterBindingsMemento extend Serializable so that cache keys can be serialized

This commit is contained in:
Christian Beikov 2022-05-13 13:39:11 +02:00
parent 9351bcf30d
commit 9d35e3dd18
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class QueryKey implements Serializable {
/**
* todo (6.0) : integrate work from original 6.0 branch
*/
public interface ParameterBindingsMemento {
public interface ParameterBindingsMemento extends Serializable {
}
public static QueryKey from(