Spring kundera cassandra

192 Views Asked by At

Is it possibility to populate database after auto creating with Kundera? I have prepared import.cql file with required data for application and need something like

<property name="hibernate.hbm2ddl.import_files" value="import.sql"/> 

Thanks for advance

1

There are 1 best solutions below

3
Dev On

No, you have to manually run these scripts to create application data. Only Schema Generation using Kundera is possible.