mirror of https://github.com/apache/openjpa.git
OPENJPA-1901: QueryCacheStoreQuery CachedObjectId is not Serializable
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1240284 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a666c1d14b
commit
52ea95686b
|
@ -710,7 +710,7 @@ public class QueryCacheStoreQuery
|
|||
/**
|
||||
* Struct to recognize cached oids.
|
||||
*/
|
||||
private static class CachedObjectId {
|
||||
private static class CachedObjectId implements java.io.Serializable {
|
||||
|
||||
public final Object oid;
|
||||
|
||||
|
|
Loading…
Reference in New Issue