Releases: caelcs/cassitory
Releases · caelcs/cassitory
RELEASE-1.0.0
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
- 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
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
-
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.