This repository was archived by the owner on May 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
release_notes
Otávio Santana edited this page Feb 13, 2014
·
11 revisions
- read faster
- write faster
- constructor factory with just one class instead many parameters
- BatchQuery
- DeleteQuery
- InsertQuery
- SelectQuery
- UpdateQuery
- supports to asynchronous process with callBack
- Complex rowkey (a key with tow or more keyrow).
- Map some collections (java.util.List, java.util.Set, java.util.Map).
- Find automatically the others clusters which do part of the same cluster.
- Objects may use a different keyspace using schema.
- Custom storage way with CustomData annotation.
- use different keyspace with schema
- when you insert or merge you don't need to cast to your object
- refactoring messages errors
- Client for many Client in sequencial mode
- Client for many Client in random
- DownGrade to java 6
- create keyspace automatically
- Supporting at jpa 2.0 annotation
- Query with objects
- Version to retrieve the timestamp of the object
- Using the JPQL
- now supported inheritance
- Call exception when there are not neither Index Key nor Key Value in the class
- Select Key from 'in' CQL command
- Create automatically the ColumnFamily in Run Time
- Create automatically the IndexValue in Run Time
- Suport with cql 2.0
- update cassandra-thrift to 1.0.7
- Fixes bug with File
- Support Calendar interface
- Can now store files
- Support java.io.File and java.nio.file.Path
- More performance
- Less memory
- Now is supported all primitives types
- Now is supported Byte, character, Short, BigInteger and BigDecimal
- Fixes bug with result
- update for Thrift 1.0.6
- Log now using java.util.loggin
- Fixes bug with Boolean's Object
- Now the Cassandra's lib is supported this way is possible use every Cassandra above of the version 0.8.0
- Allowed use ColumnValue and ColumnFamilyValue in default mode this way its get the field's name
- Fixes bug in Reflection
- Auto-Increment saved in XML Document