Appendix B. Strings for supported options

The supportedOptions() method of a persistence manager factory returns a Collection of Strings . The presence of particular strings in that collection indicates support for the corresponding optional feature of the JDO specification. In the same way, the absence of a string indicates that the corresponding feature is not supported by the implementation.

The strings used for each optional feature are standardized by the JDO specification, and are listed here for quick reference. For further information, please refer to section 6.3.1 on page 104.

 "javax.jdo.option.TransientTransactional" "javax.jdo.option.NontransactionalRead" "javax.jdo.option.NontransactionalWrite" "javax.jdo.option.RetainValues" "javax.jdo.option.RestoreValues" ...

Get Java™ Data Objects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.