Skip to content

Commit

Permalink
HHH-15267 Make ParameterBindingsMemento extend Serializable so that c…
Browse files Browse the repository at this point in the history
…ache keys can be serialized
  • Loading branch information
beikov committed May 13, 2022
1 parent 9351bcf commit 9d35e3d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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(
Expand Down

0 comments on commit 9d35e3d

Please sign in to comment.