mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
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
|
* todo (6.0) : integrate work from original 6.0 branch
|
||||||
*/
|
*/
|
||||||
public interface ParameterBindingsMemento {
|
public interface ParameterBindingsMemento extends Serializable {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static QueryKey from(
|
public static QueryKey from(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user