Holger's
Java API

Uses of Interface
com.antelmann.sql.RelationshipManager

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)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads