All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nz.co.gregs.dbvolution.generation.package-info Maven / Gradle / Ivy

/**
 * Automatically Create DBRow Classes Based An Existing Schema.
 * 

* To use DBV, first create a connection to your database using the DBDatabase * subclasses in {@link nz.co.gregs.dbvolution.databases}. *

* With the the DBDatabase you can create to DBRow classes required from the * database schema using * {@link nz.co.gregs.dbvolution.generation.DBTableClassGenerator} or you can * write you own. There are examples to start from in * {@link nz.co.gregs.dbvolution.example}. *

* I've been writing SQL for 20 years and DBV is easier, I hope you like it. *

* Gregory Graham */ package nz.co.gregs.dbvolution.generation;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy