Skip to content

Using Native Drivers

Cedrick Lunven edited this page Nov 28, 2021 · 1 revision

Reference documentation of the drivers

Initialization and Closing

  • Parameters

(A) for Stargate (user, password, contactPoint, local datacenter, keyspace, fallback settings)

(B) for Astra (clientId, clientSecret, token, dbId, dbRegions)

  • Disabling CQL (using only stateless APIS)

  • Default settings and customization

  • Understanding Secure Connect Bundle (SCB)

  • Failover management

Working with CQLSession

  • sample query
  • sample query Async
  • sample query Reactive
  • sample query QueryBuild

Working with Object mapper

  • Define bean
  • Define DAO
  • Setup Annotation Processor