Annotation Types Summary |
Business |
Annotation for methods marking that given method is a business method
and should be present at data access interface. |
BusinessNoSql |
Annotation for methods marking that given method is a business method
and should be present at data access interface. |
Call |
Annotation for local variables marking that CallableStatement call should be generated. |
EditableRowType |
Annotation marking that preprocessor should also generate
setter methods for annotated class (see also RowType ). |
Prepare |
Annotation for local variables marking PreparedStatement to be generated. |
PrepareKey |
Annotation for local variables marking PreparedStatement to be generated. |
Query |
Annotation for local variables marking QueryPiece to be generated. |
RowType |
Annotation marking that annotated class is a Java representation of a database
row (analogous of %ROWTYPE in PL/SQL). |
Sql |
Annotation for local variables marking that variable's value should be taken
from comments (as a string). |
SQLG |
Annotation for upper level class marking that this class should be processed
by preprocessor. |