Sometimes, you would get exception (DatabaseClosedException) when using queryByExample () method.
You need to check your saved object. The object (class) should not contain field as ConcurrentHashMap.
Change ConcurrentHashMap to HashMap. The problem would be resolved.
You need to check your saved object. The object (class) should not contain field as ConcurrentHashMap.
Change ConcurrentHashMap to HashMap. The problem would be resolved.
Comments
Post a Comment