In the docs, all serializable types should be persistable. However, when I tried to persist a field of type AtomicInteger, I got the following message:
Message: Failed to commit transaction: Attempt to store an instance of a non persistable type java.util.concurrent.atomic.AtomicInteger
I am using ObjectDB 2.6. Is this a bug?