|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DefaultDBReference | |
|---|---|
| com.antelmann.db | This package contains generally useful classes for generic database management. |
| com.antelmann.db.remote | This package contains classes that add remote capacities to the database concept of the super package. |
| 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 DefaultDBReference in com.antelmann.db |
|---|
| Fields in com.antelmann.db declared as DefaultDBReference | |
|---|---|
static DefaultDBReference |
DefaultDBReference.EMPTY_REF
provides an empty DBReference (i.e. its id, class and string are null) |
| Methods in com.antelmann.db that return DefaultDBReference | |
|---|---|
static DefaultDBReference |
DefaultDBReference.fromEntry(DBEntry entry)
|
| Uses of DefaultDBReference in com.antelmann.db.remote |
|---|
| Methods in com.antelmann.db.remote that return DefaultDBReference | |
|---|---|
DefaultDBReference |
RemoteDBUpdateEvent.getUser()
|
DefaultDBReference |
RemoteDBUpdateEvent.Option.getUser()
|
| Uses of DefaultDBReference in com.antelmann.sql |
|---|
| Methods in com.antelmann.sql that return DefaultDBReference | |
|---|---|
DefaultDBReference |
BaseRowMapper.extractReference(RowItem ri,
Object idTopic,
Object classTopic,
Object stringTopic,
Class<?> defaultClass)
convenience method to extract a DBReference from topics
while optionally being able to provide a defaultClass or an EntryClassMapper. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||