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/branches/2.0.x@1240247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9b5ab6c67b
commit
371af37117
|
@ -701,7 +701,7 @@ public class QueryCacheStoreQuery
|
||||||
/**
|
/**
|
||||||
* Struct to recognize cached oids.
|
* Struct to recognize cached oids.
|
||||||
*/
|
*/
|
||||||
private static class CachedObjectId {
|
private static class CachedObjectId implements java.io.Serializable {
|
||||||
|
|
||||||
public final Object oid;
|
public final Object oid;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue