Holger's
Java API

Uses of Interface
com.antelmann.mgmt.Database

Packages that use Database
com.antelmann.mgmt This package contains generally useful classes for business management. 
com.antelmann.sql This package contains classes to ease JDBC development. 
 

Uses of Database in com.antelmann.mgmt
 

Classes in com.antelmann.mgmt that implement Database
 class AbstractDatabase<T>
          leaves the transaction management to the inheriting class by leaving the implementation of getTransaction().
 

Methods in com.antelmann.mgmt that return Database
 Database DBTransaction.getDatabase()
          gives access to the associated Database
 Database<?> DBClassStore.getDatabase()
          provides access to the database instance that also coordinates the transaction management.
 

Uses of Database in com.antelmann.sql
 

Classes in com.antelmann.sql that implement Database
 class SQLDatabase
          implements a database using a SQLTransaction instance based on a JDBC connection.
 

Fields in com.antelmann.sql declared as Database
protected  Database<Connection> JDBCRowProxy.database
           
 

Methods in com.antelmann.sql that return Database
 Database SQLTransaction.getDatabase()
           
 Database<Connection> JDBCRowProxy.getDatabase()
           
 

Constructors in com.antelmann.sql with parameters of type Database
JDBCRowProxy(Database<Connection> database, ObjectRowMapper<T> mapper)
           
 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads