|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyEntryImpl | |
|---|---|
| com.antelmann.crm | Provides interfaces and classes for implementing applications dealing with Customer Relationship Management (CRM). |
| com.antelmann.db | This package contains generally useful classes for generic database management. |
| com.antelmann.genealogy | This package contains classes that provide classes to implement applications dealing with genealogy related issues. |
| com.antelmann.image | This package contains classes for more easily dealing with images. |
| 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 PropertyEntryImpl in com.antelmann.crm |
|---|
| Subclasses of PropertyEntryImpl in com.antelmann.crm | |
|---|---|
class |
ContactImpl<T extends Keyword>
a base implementation for a Contact |
class |
PersonImpl<T extends Keyword>
a basic implementation for a Person |
class |
PropertyEntryWithAddress
implements a PropertyEntry that stores a GlobalAddress through its properties;
this class can also serve as a configuration helper for a mapper that embeds storing a GlobalAddress. |
| Constructors in com.antelmann.crm with parameters of type PropertyEntryImpl | |
|---|---|
ContactImpl(Object id,
PropertyEntryImpl entry)
|
|
| Uses of PropertyEntryImpl in com.antelmann.db |
|---|
| Subclasses of PropertyEntryImpl in com.antelmann.db | |
|---|---|
class |
BaseDocument
a base implementation for a DocumentEntry |
class |
EntryHeader<T extends DBEntry>
serves as a reference to a more complex DBEntry object while allowing for more content than a mere Stub. |
class |
SecureUserImpl
provides an implementation that uses a secure way of storing hashed passwords using appropriate algorithms along with some randomly generated salt. |
class |
UserImpl
This class represents a default User implementation that can serve as the basis for more specific implementations. |
| Uses of PropertyEntryImpl in com.antelmann.genealogy |
|---|
| Subclasses of PropertyEntryImpl in com.antelmann.genealogy | |
|---|---|
class |
GPerson
represents a natural person |
static class |
GPerson.Header
|
class |
GUser
|
| Uses of PropertyEntryImpl in com.antelmann.image |
|---|
| Subclasses of PropertyEntryImpl in com.antelmann.image | |
|---|---|
class |
ImageURLEntry
ImageEntry serves as a basic wrapper for image information stored in a database. |
static class |
ImageURLEntry.Thumbnail<T extends ImageURLEntry>
|
| Uses of PropertyEntryImpl in com.antelmann.sql |
|---|
| Subclasses of PropertyEntryImpl in com.antelmann.sql | |
|---|---|
class |
DBDocument
DBDocument stores/retrieves the content from a stream out of a table column in a relational database. |
static class |
DBDocument.Header
|
class |
RowItem
represents a row in a sql database table and provides convenient access to its properties. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||