Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 738 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 738 Bytes

Object Mapper

The driver provides a simple object mapper, which avoids most of the boilerplate when converting your domain classes to and from query results. It handles basic CRUD operations in Cassandra tables containing UDTs, collections and all native CQL types.

The mapper is published as a separate Maven artifact:

<dependency>
  <groupId>com.scylladb</groupId>
  <artifactId>scylla-driver-mapping</artifactId>
  <version>3.11.5.0</version>
</dependency>

See the child pages for more information:

.. toctree::
   :hidden:
   :glob:
      
   creating/*
   custom_codecs/*
   using/*