We using Kundera ORM for connecting to Cassandra from REST service. In the persistence.xml we are specifying client lookup class as ThriftClientFactory as below
<property name="kundera.client.lookup.class"
value="com.impetus.client.cassandra.thrift.ThriftClientFactory" />
Is this the right way to connect to cassandra or is there any way we can connect to Cassandra using CQL through Kundera?