Class | Description |
---|---|
D6Crud |
Class with crud methods
|
D6CrudDeleteHelper |
Helper class to perform the following using the model classes
-To generate DELETE statement -Populate properties of the model object into prepared statement Called from D6Crud |
D6CrudHelperBase |
Base class with common method for CRUD helper
|
D6CrudInsertHelper |
Helper class to INSEDRT statement
-Populate properties of the model object into prepared statement Called from D6Crud |
D6CrudSelectHelper |
Helper class to perform the following using the model classes
-Have utility method for SELECT statement Called from D6Crud |
D6CrudUpdateHelper |
Helper class to perform the following using the model classes
-To generate UPDATE statement -Populate properties of the model object into prepared statement Called from D6Crud |
D6DateUtil |
Helper class for converting form java.util.Date to
java.sql.Date/java.sql.Time/java.sql.TimeStamp
|
D6Inex |
Select columns to Inlude / Exclude
|
D6Logger |
Simple logger for D6
|
ModelClazzColumnNameAndFieldMapper |
To generate the Map which key is columnName and value is model class's field
info from D6 Model class
|
WhereCondition |
Where condition builder
|
Exception | Description |
---|---|
D6Exception |
D6Exception
|
D6RuntimeException |
Runtime Exception of D6
|
Copyright © 2015. All rights reserved.