@Retention(value=RUNTIME) @Target(value=TYPE) public @interface BindDao
value() attribute.
For each defined methods in the associated interface will be generated an method which use SQL statement. The kind of SQL used in methods will
depends from annotation used to mark method.
Supported query is:
INSERT: with BindSqlInsert annotationUPDATESELECTDELETEReferred value() bean must be annotated with BindType annotation.
Copyright © 2017. All rights reserved.