I want to combine both Cassandra and Hibernate data sources in Grails domain classes; some domain classes have to be mapped with Hibernate and others have to be mapped with Cassandra.
I used (static mapWith = "cassandra") in the domain classes but still Cassandra maps all domain classes in the project.