HHH-15267 Make ParameterBindingsMemento extend Serializable so that cache keys can be serialized
This commit is contained in:
parent
9351bcf30d
commit
9d35e3dd18
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue