Hello,
there is an API find() on the EntityManager interface. It is used to directly load an object. The method signature includes the object id as geenric object, and the class of the object sought.
Does Versant JPA actually require the class to be supplied? I would think it can work out easily from the object ID what the type is.
Are there performance benefits in supplying the class (does it make the lookup faster in any way)?
Regards, Mark