Uses of Interface
org.biojavax.RichObjectBuilder

Packages that use RichObjectBuilder
org.biojavax The Biojava extensions packages, classes that extend the core biojava functionality 
org.biojavax.bio.db.biosql Interface between biojava and biosql databases 
 

Uses of RichObjectBuilder in org.biojavax
 

Classes in org.biojavax that implement RichObjectBuilder
 class SimpleRichObjectBuilder
          Creates objects and returns them, and stores them in an internal map of singletons for reference.
 

Methods in org.biojavax with parameters of type RichObjectBuilder
static void RichObjectFactory.setRichObjectBuilder(RichObjectBuilder b)
          Sets the builder to use when instantiating new Rich objects.
 

Uses of RichObjectBuilder in org.biojavax.bio.db.biosql
 

Classes in org.biojavax.bio.db.biosql that implement RichObjectBuilder
 class BioSQLRichObjectBuilder
          Takes requests for RichObjects and sees if it can load them from a Hibernate database.