Package com.nonesole.persistence.sql

Interface Summary
ISQLOperations SQL operation interface
SQLConstant Constant of SQL configuration
 

Class Summary
DQL Data Query Language Class
PreparedStatementDML Deal with object by prepared sql.
PreparedStatementOperations Deal with object with blob.
SQLDML Provide methods who can transform object to sql.
SQLOperations Implements ISQLOperations,transform object into sql and execute it.
SQLOperationsFactory SQL operations factory.