This repository has been archived by the owner on Oct 25, 2018. It is now read-only.
Releases: webcc/cassandra-jpa
Releases · webcc/cassandra-jpa
0.6.2
0.6.1
- Improve JPAConfiguration
- Fix PersistenceUtils static reference from EntityManager and EntityManagerFactory instances. Change func name to getPersistenceUnitUtils instead of getPersistenceUnitUtil
- Feature: Allow for MetaModels with no Entity class - Pure JS Objects
0.6.0
0.5.3
0.5.2
0.5.1
Replaced `winston` with `debug`
0.5.0 Fix typos
typly update
0.4.2 Merge remote-tracking branch 'origin/master'
v0.4.1
v0.4.0
- Add TTL support enhancement
- Allow for logging Query Objects for debugging enhancement
- Allow for Criteria other that equal to enhancement. Introduce QueryBuilder and CriteriaQuery
- Add ALLOW FILTERING on select when needed based on the criteria and table info
- Enhance base toRow and fromRow based on table info enhancement
- PersistenceUtils - add bindToJSON for allowing for not extend Entity
- More compatible with Java Persistence API