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

How can we post XML strings along with text strings in iOS -

How to run C# code using mono without Xamarin in Android? -

c# - cefsharp app remember password option -