Combining Cassandra and Hibernate in Grails -


i want combine both cassandra , hibernate data sources in grails domain classes; domain classes have mapped hibernate , others have mapped cassandra.

i used (static mapwith = "cassandra") in domain classes still cassandra maps domain classes in project.

that limitation cassandra gorm implementation. if won't used cassandra domains needs mapped table. mean add support using of domains in cassandra isn't yet done.

so need create whole schema in cassandra mysql.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -