Holger's
Java API

Uses of Class
com.antelmann.db.DefaultEntryRelationship

Packages that use DefaultEntryRelationship
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.sql This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes 
 

Uses of DefaultEntryRelationship in com.antelmann.crm
 

Subclasses of DefaultEntryRelationship in com.antelmann.crm
 class FriendsEntry<T extends DBEntry>
           
 

Uses of DefaultEntryRelationship in com.antelmann.db
 

Subclasses of DefaultEntryRelationship in com.antelmann.db
 class DefaultSpecialRelationship<F extends DBEntry,T extends DBEntry,R>
          provides a default implementation for SpecialRelationships.
 

Uses of DefaultEntryRelationship in com.antelmann.genealogy
 

Subclasses of DefaultEntryRelationship in com.antelmann.genealogy
 class GEventRelation<P extends GPerson,E extends GEventEntry,R>
          defines the relationship between an event entry and a natural person
 class GPersonRelation
          implements the relation between two people in regards to their literal relation
 

Uses of DefaultEntryRelationship in com.antelmann.sql
 

Classes in com.antelmann.sql with type parameters of type DefaultEntryRelationship
 class RelationshipStore<T extends DefaultEntryRelationship>
          provides an SQL-based store for relationships.
static class RelationshipStore.Mapper<T extends DefaultEntryRelationship>
           
 

Methods in com.antelmann.sql with type parameters of type DefaultEntryRelationship
static
<T extends DefaultEntryRelationship>
ArrayList<T>
RelationshipStore.findBrokenRelationships(DBClassStore<T> store, boolean breakOnFirstEncounter)
           
static
<T extends DefaultEntryRelationship>
void
RelationshipStore.findBrokenRelationships(DBClassStore<T> store, Collection<T> set, Monitor monitor, boolean breakOnFirstEncounter)
          looks for broken relationships in the database and puts them into the given collection.
static
<T extends DefaultEntryRelationship>
ArrayList<T>
RelationshipStore.findBrokenRelationships(DBClassStore<T> store, Monitor monitor, boolean breakOnFirstEncounter)
           
 

Methods in com.antelmann.sql that return types with arguments of type DefaultEntryRelationship
 Set<DefaultEntryRelationship> RelationshipStore.listAllRelations(DBReference ref, Object relationType)
           
 Set<DefaultEntryRelationship> RelationshipManager.listAllRelations(DBReference ref, Object relationType)
          contains passive and active relationships for the given reference - restricted to the given type if non-null
 List<DefaultEntryRelationship> RelationshipStore.listRelations(Map<RelationshipManager.Column,Object> restrictions)
           
 List<DefaultEntryRelationship> RelationshipManager.listRelations(Map<RelationshipManager.Column,Object> restrictions)
          the mapped values for the class columns RelationshipManager.Column.TO_CLASS and RelationshipManager.Column.FROM_CLASS may be represented as Class
 



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