| Interface | Description |
|---|---|
| IBean<T> | |
| IEnum | |
| IService |
| Class | Description |
|---|---|
| BeanMapper<T> |
Generic mapper for mapping a JDBC ResultSet to a Bean or for mapping a Bean
to a parameter map.
|
| ConfigurationInitializer |
This class reads the NoORM configuration file (noorm.xml or noorm.properties), if it exists and initializes the
configured data source(s), if appropriate.
|
| DataSourceConfiguration |
This class represents the configuration parameters available for NoORM data sources through configuration files
noorm.xml or noorm.properties.
|
| DataSourceProvider |
DataSourceProvider manages data sources and controls transactions in the NoORM runtime engine.
|
| JDBCDMLProcessor<T> |
Processor for database DML.
|
| JDBCMetaData | |
| JDBCStatementProcessor<T> |
Processor for JDBC database access.
|
| LOBHelper |
Provides creation methods for LOB type java.sql.Clob, java.sql.NClob, java.sql.Blob and
java.sql.SQLXML
|
| Operator |
Operator definitions for the generic SQL query construction.
|
| PageableBeanList<T extends IBean> |
Pageable list to provide detached access to data from a data source.
|
| PageableBeanList.BeanTransformer<T> | |
| QueryColumn |
Query column definition for the generic SQL query construction.
|
| TableLock |
Utility class for acquiring table locks.
|
| Utils |
Utility methods to support JDBCStatementProcessor and the class generators.
|
| Enum | Description |
|---|---|
| DataAccessException.Type | |
| Operator.Name | |
| TableLock.LockMode | |
| VersionColumnType |
Enum for supported version column types used for optimistic locking
|
| Exception | Description |
|---|---|
| DataAccessException |
Data access exception.
|
| Annotation Type | Description |
|---|---|
| JDBCColumn |
Annotation specification for database column name mapping
|
Copyright © 2013. All rights reserved.