ObjectDB ObjectDB

getReadOnly() - JDO PersistenceManagerFactory's method

Method
javax.jdo.PersistenceManagerFactory
boolean getReadOnly()

Gets the value for read-only for this PMF. Indicates whether the datastore is read-only or writable.
Returns:
the readOnly setting.
Since:
JDO 2.2
See Also:
setReadOnly(boolean)