-
Notifications
You must be signed in to change notification settings - Fork 92
Migration Guide 5 to 6
DuyHai DOAN edited this page Jun 9, 2018
·
1 revision
If you are migrating from Achilles 5.x to Achilles 6.x, below are the changes and how to transition:
-
indexed.select()...where().xxx().Eq(...)
: replaced byindexed.select()...where().indexed_xxx().Eq(...)
and similarly for all other relations - when using DSE Search
indexed.select()...where().xxx().Eq(...)
: replaced byindexed.select()...where().search_on_xxx().Eq(...)
and similarly for all other relations
-
Bootstraping Achilles at runtime
- Runtime Configuration Parameters
-
Manager
-
Consistency Level
-
Cassandra Options at runtime
-
Lightweight Transaction (LWT)
-
JSON Serialization
-
Interceptors
-
Bean Validation (JSR-303)