Package sqlg2

Interface Summary
Mapper Preprocessor mapper interface.
 

Class Summary
ColumnInfo Description of DB-to-Java mapping for one column of a result set.
GBase Base class for all classes which are processed by preprocessor.
LocalWrapperBase For internal use.
 

Exception Summary
SQLGException SQLG runtime exception - is raised in case of internal errors.
 

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.