|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DBDocument | |
|---|---|
| com.antelmann.sql | This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes |
| Uses of DBDocument in com.antelmann.sql |
|---|
| Classes in com.antelmann.sql with type parameters of type DBDocument | |
|---|---|
class |
DBDocumentStore<T extends DBDocument>
|
static class |
DBDocumentStore.Mapper<T extends DBDocument>
|
| Methods in com.antelmann.sql with type parameters of type DBDocument | ||
|---|---|---|
static
|
DBDocument.createDocument(Object id,
DBClassStore<T> store,
boolean preloadContentStream)
provides a standard way to create instances of a subclass of DBDocument |
|
| Constructor parameters in com.antelmann.sql with type arguments of type DBDocument | |
|---|---|
DBDocument(Object id,
DBClassStore<DBDocument> store)
|
|
DBDocument(Object id,
DBClassStore<DBDocument> store,
boolean preloadContentStream)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||