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 {@link com.mysql.cj.xdevapi.XSessionFactory}.
- Session operations are available on an {@link com.mysql.cj.api.xdevapi.XSession}.
- JSON document collections are represented by a {@link com.mysql.cj.api.xdevapi.Collection}.
- Working with JSON documents is done with a {@link com.mysql.cj.xdevapi.DbDoc}.
For an introduction to concepts, refer to the X DevAPI User Guide.