Skip to content
This repository has been archived by the owner on Oct 25, 2018. It is now read-only.

Releases: webcc/cassandra-jpa

0.6.2

17 Nov 13:44
Compare
Choose a tag to compare

FIX/Feature: In CriteriaBuilder operations replace uuid String with TimeUuid instance so external can pass uuid as string for example using uuid module

0.6.1

10 Nov 14:01
Compare
Choose a tag to compare
  • 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

04 Nov 10:26
Compare
Choose a tag to compare

new Feature: Allow for having as row an extended entity without implementing an extended class. This allows developers to mix easy their existing object models

0.5.3

03 Nov 08:51
Compare
Choose a tag to compare

Fix for case sensitive CREATE INDEX
Improve workflow

0.5.2

02 Nov 13:56
Compare
Choose a tag to compare
update typly version

0.5.1

01 Nov 14:21
Compare
Choose a tag to compare
Fix typos

Replaced `winston` with `debug`

25 Oct 15:47
Compare
Choose a tag to compare

typly update

25 Oct 13:23
Compare
Choose a tag to compare
0.4.2

Merge remote-tracking branch 'origin/master'

v0.4.1

03 Oct 22:34
Compare
Choose a tag to compare
  • fix for Maps<text,text> cannot persist #17 and tests

v0.4.0

03 Oct 19:15
Compare
Choose a tag to compare
  • 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