getPersistenceManager() - JDO Query's method

Method
javax.jdo.Query
PersistenceManager getPersistenceManager()

Get the PersistenceManager associated with this Query.

If this Query was restored from a serialized form, it has no PersistenceManager, and this method returns null.

Returns:
the PersistenceManager associated with this Query.
Since:
JDO 1.0