Skip to content

Commit 9d35e3d

Browse files
committed
HHH-15267 Make ParameterBindingsMemento extend Serializable so that cache keys can be serialized
1 parent 9351bcf commit 9d35e3d

File tree

1 file changed

+1
-1
lines changed
  • hibernate-core/src/main/java/org/hibernate/cache/spi

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/cache/spi/QueryKey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class QueryKey implements Serializable {
2626
/**
2727
* todo (6.0) : integrate work from original 6.0 branch
2828
*/
29-
public interface ParameterBindingsMemento {
29+
public interface ParameterBindingsMemento extends Serializable {
3030
}
3131

3232
public static QueryKey from(

0 commit comments

Comments
 (0)