| Interface | Description |
|---|---|
| IColumnMapper<T> |
Column converter interface.
|
| ResultMapper<T> |
Basic interface to transform
ResultSet to Java objects. |
| StatementConfiguration |
Basic interface representing statement configuration.
|
| Class | Description |
|---|---|
| Constants |
Basic framework constants.
|
| DBColumnMetadata |
Represents column metadata read from database.
|
| RowInfo |
POJO class containing single parsed line of a SQL statement.
|
| Statement |
SQL statement representation.
|
| StatementContainer |
Statement container implements loading and caching of statements.
|
| StatementGenerator |
Utility class to process statement objects and generate JPA and JDBC statements.
|
| StatementParser |
Statement parser.
|
| Utils |
Utility methods.
|
| Exception | Description |
|---|---|
| StatementException |
Statement exception
|
| StatementNotFoundException |
Statement exception
|
Copyright © 2014–2015 Vracon s.r.o.. All rights reserved.