Skip to content

yabinmeng/dseudt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Description

This is a sample code of exploring different methods to insert CQL UDT (User Defined Type) into Cassandra through DataStax Cassandra/Java Driver

  • UserType (UDTUserTypeTest.java): UserType + UDTValue (No Domain Class)
  • Custom Codec (UDTObjMapTest.java): UserType + CustomCodec + Domain Class
  • Object Mapper (UDTCodecTest.java): Domain Class with Object Mapping

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages