We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9351bcf commit 9d35e3dCopy full SHA for 9d35e3d
hibernate-core/src/main/java/org/hibernate/cache/spi/QueryKey.java
@@ -26,7 +26,7 @@ public class QueryKey implements Serializable {
26
/**
27
* todo (6.0) : integrate work from original 6.0 branch
28
*/
29
- public interface ParameterBindingsMemento {
+ public interface ParameterBindingsMemento extends Serializable {
30
}
31
32
public static QueryKey from(
0 commit comments