|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyEntryMapping | |
|---|---|
| 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 PropertyEntryMapping in com.antelmann.sql |
|---|
| Classes in com.antelmann.sql that implement PropertyEntryMapping | |
|---|---|
class |
PropertyEntryHeaderStore<T extends EntryHeader<?>>
useful for mapping EntryHeader objects transparently to
support the PropertyEntry interface on the header store (for filtering purposes) |
class |
PropertyEntryTableStore<T extends PropertyEntry>
a specialized store that provides help for dealing with PropertyEntry objects, assuming that the properties are to be stored in a separate detail table. |
| Constructors in com.antelmann.sql with parameters of type PropertyEntryMapping | |
|---|---|
PropertyEntryHeaderStore(DBClassStore<T> headerStore,
PropertyEntryMapping pm,
MappingInfo propertyEntryMappingInfo)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||