Skip to content

Releases: caelcs/cassitory

RELEASE-1.0.0

27 Jun 08:33
43089ca
Compare
Choose a tag to compare

Breaking changes:

Resolving: #30

  • New package for the pre existing annotations.
  • Support for repository to use only prepared statements as alternative to Mappers.

RELEASE-0.2.1

05 Jun 07:15
Compare
Choose a tag to compare
  • allow to configure consistency level and tracing for the statements executed whithin the repository.
  • adding more test scenarios.
  • updated readme.
  • Refactor to improve quality code.

RELEASE-0.2.0

04 Jun 07:15
3694cc8
Compare
Choose a tag to compare

Features and bug fixes.

  • Add to the annotation an optional parameter to define the destination package where all the classes will be generated.
  • Use default dto field name to map to derived tables.
  • Support for different field names in the derived classes by Supporting multiple Map annotation for the same field.

RELEASE-0.1.3

31 May 17:54
Compare
Choose a tag to compare
  • First working version.

  • Support for Save and Delete operations to multiple tables

Limitations:

  • All the Cassandra entities must have the same field name than your DTO.
  • Fields between Cassandra entities and DTO must match in terms of the type.