See: Description
Interface | Description |
---|---|
EmbeddedHandler |
Indicates a class being an embedded database connector (e.g. for Java DB).
|
Class | Description |
---|---|
ConnectionPool |
Handles multiple database connections.
|
DatabaseConnection |
Data holder class representing database connections based on a certain connector.
|
DatabaseConnector |
Abstract class for configuring special database systems like Java DB (aka Derby).
|
DatabaseConnectorDef |
Encapsulation class for database connectors meta-data.
|
DatabaseManager |
Manager class for common database functionality.
|
DBUtils |
Collection of static methods used by web service classes.
|
JDBCConfiguration |
Adds support for the popular JDBC data types to be used by
DatabaseConnector 's. |
SimpleDatabaseManager |
Simple database manager implementation with straight connector support and no update capability.
|
SQLConfiguration |
Provides specialized functionality to manage SQL statements automatically.
|
SQLExtractor |
Main class for synchronizing class SQL statement annotations with a local reference file.
|
Annotation Type | Description |
---|---|
SQL |
Annotation type for marking localization patterns.
|
SQL.Statement |
Copyright © 2005-2013 Leisenfels UG (haftungsbeschränkt). All rights reserved.