Search code examples
javadatatablesspring-roogvnix

Master-Detail Datatable where master table it's a database view on gvNIX


I'm looking for create a Master-Detail view on gvNIX where the master it's a view and the detail it's my own table loaded from my Oracle database, gvNIX has mapped the table on the dbre.xml in my project.gvNIX supports the creating of a master view Datatable? I use the reverse engineering command as it follows to create all models and controllers for all database tables

database reverse engineer --schema XXXX --package ~.domain

Thanks, Regards.


Solution

  • Take a look at https://github.com/DISID/gvnix-samples/tree/master/quickstart-app#create-patterns-and-details-using-datatables

    Hope it helps.