资 源 简 介
simple-crud provides an abstraction for CRUD operation so that user need not write any repeated code for database access. All database access are controlled with simple API. Internally it uses reflection to generate dynamic queries based on the CRUD operation type.
The effort from users is to annotate the persistence object with couple of simple annotations, which can also be generated using "simple-crud generator" providing a standard XML configuration. A baseline version is available for use which is capable of handling CRUD operations at its simplest form.
"simple-crud-generator" which simplifies the process of generating the persistence object for simple-crud is also ready to use. This is a stand-alone application, when run generates the persistence objects and the key objects for each table.
For older versions of this please visit https://simple-crud.dev.java.net/.