|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryMechanism | |
|---|---|
| com.antelmann.db | This package contains generally useful classes for generic database management. |
| com.antelmann.genealogy.db | This package provides implementations that manage the persistence for the genealogy package. |
| com.antelmann.ooffice | The classes in this package are to be used in conjunction with OpenOffice. |
| com.antelmann.opengeodb | This package contains classes easing to deal with geological data as provided by http://opengeodb.org/. |
| com.antelmann.sql | This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes |
| com.antelmann.util.logging | This package contains classes that implement a custom logging for this framework - separate from java.util.logging. |
| Uses of QueryMechanism in com.antelmann.db |
|---|
| Classes in com.antelmann.db that implement QueryMechanism | |
|---|---|
class |
AbstractDatabase<S>
a base class for implementing a database. |
| Uses of QueryMechanism in com.antelmann.genealogy.db |
|---|
| Classes in com.antelmann.genealogy.db that implement QueryMechanism | |
|---|---|
class |
GDB
|
| Uses of QueryMechanism in com.antelmann.ooffice |
|---|
| Subinterfaces of QueryMechanism in com.antelmann.ooffice | |
|---|---|
interface |
OfficeDocument
|
| Classes in com.antelmann.ooffice that implement QueryMechanism | |
|---|---|
class |
AbstractOfficeDocument
the base class for all OpenOffice document frames |
class |
OOCalc
simplifies handling of OpenOffice spreadsheets This class implements ThirdParty for its use of OpenOffice libraries; see www.openoffice.org |
class |
OODraw
|
class |
OOWriter
simplifies the handling of OpenOffice Writer documents This class implements ThirdParty for its use of OpenOffice libraries; see www.openoffice.org |
| Uses of QueryMechanism in com.antelmann.opengeodb |
|---|
| Classes in com.antelmann.opengeodb that implement QueryMechanism | |
|---|---|
class |
OpenGeoDB
|
| Uses of QueryMechanism in com.antelmann.sql |
|---|
| Classes in com.antelmann.sql that implement QueryMechanism | |
|---|---|
class |
SQLDatabase
implements a database using a SQLTransaction instance based on a JDBC connection. |
class |
SQLFactoryDatabase
provides a specialized sql database which only opens the connection upon transaction begin and then closes it on each commit/abort (and therefore uses a factory). |
| Uses of QueryMechanism in com.antelmann.util.logging |
|---|
| Classes in com.antelmann.util.logging that implement QueryMechanism | |
|---|---|
class |
Logger
Logger somewhat leans on the functionality of the java.util.logging functionality of J2SE 1.4, but it's not quite the same (and was implemented before J2SE 1.4). |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||