JDO Method
in javax.jdo.datastore.JDOConnection

void close()


Returns this connection to the JDO implementation. The object must be returned to the JDO implementation prior to calling any JDO method or performing any action on any persistent instance that might require the JDO implementation to use a connection. If the object has not been returned and the JDO implementation needs a connection, a JDOUserException is thrown.
Since:
JDO 2.0