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.
Take a look at https://github.com/DISID/gvnix-samples/tree/master/quickstart-app#create-patterns-and-details-using-datatables
Hope it helps.