MySQL Connector/J X DevAPI Reference
This documentation covers the public classes and interfaces of the Java implementation of the X DevAPI. To get started, check out some of the main classes:
- Sessions can be created with
SessionFactory.
- Session operations are available on a
Session.
- JSON document collections are represented by a
Collection.
- Working with JSON documents is done with a
DbDoc.
For an introduction to concepts, refer to the
X DevAPI User Guide.