Uses of Interface
org.biojavax.RichObjectBuilder
Packages that use RichObjectBuilder
Package
Description
The Biojava extensions packages, classes that extend the core biojava
functionality
Interface between biojava and biosql databases
-
Uses of RichObjectBuilder in org.biojavax
Classes in org.biojavax that implement RichObjectBuilderModifier and TypeClassDescriptionclassCreates objects and returns them, and stores them in an internal map of singletons for reference.Methods in org.biojavax with parameters of type RichObjectBuilderModifier and TypeMethodDescriptionstatic voidRichObjectFactory.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 RichObjectBuilderModifier and TypeClassDescriptionclassTakes requests for RichObjects and sees if it can load them from a Hibernate database.