Brandon McKenzie
Results
2
comments of
Brandon McKenzie
That makes sense. However, consider the following situation: ``` kundera.keyspace=keyspace_one ``` Entity: ``` @Table(name="table_one",schema="arbitrary_name_that_doesnt_mean_a_thing@cassandra_pu") ``` Following the code, schema for table_one is set to kundera.keyspace (`keyspace_one`), and its persistence unit...
Playing with this, this behavior actually worked out for me, as I can externalize my keyspace details and set kundera.keyspace from loaded java properties when I instantiate the EnitityManagerFactories. I...