|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RelationshipManager | |
|---|---|
| com.antelmann.genealogy.db | This package provides implementations that manage the persistence for the genealogy 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 RelationshipManager in com.antelmann.genealogy.db |
|---|
| Classes in com.antelmann.genealogy.db that implement RelationshipManager | |
|---|---|
class |
GPersonRelationStore
|
| Uses of RelationshipManager in com.antelmann.sql |
|---|
| Classes in com.antelmann.sql that implement RelationshipManager | |
|---|---|
class |
RelationshipStore<T extends DefaultEntryRelationship>
provides an SQL-based store for relationships. |
| Methods in com.antelmann.sql that return RelationshipManager | |
|---|---|
RelationshipManager |
DBDocumentStore.getRelationshipManager()
|
RelationshipManager |
BaseDocumentMapper.getRelationshipManager()
|
| Methods in com.antelmann.sql with parameters of type RelationshipManager | |
|---|---|
void |
DBDocumentStore.setRelationshipManager(RelationshipManager rm)
|
void |
BaseDocumentMapper.setRelationshipManager(RelationshipManager rm)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||