Uses of Interface
gov.usda.gdpc.database.DatabaseMapping

Packages that use DatabaseMapping
gov.usda.gdpc.database This package provides classes which support the creation of a JDBC connection to a database. 
gov.usda.gdpc.panzea This package provides a specific connection to the panzea database which is maintained by NCSU. 
 

Uses of DatabaseMapping in gov.usda.gdpc.database
 

Classes in gov.usda.gdpc.database that implement DatabaseMapping
 class AbstractDatabaseMapping
          This class provides a skeletal implementation of the DatabaseMapping interface, to minimize the effort required to implement this interface.
 class ConstantDatabaseMapping
           
 class DateDatabaseMapping
           
 class MultiDatabaseMapping
           
 class NullDatabaseMapping
           
 class SimpleDatabaseMapping
           
 class StringDatabaseMapping
           
 

Methods in gov.usda.gdpc.database that return DatabaseMapping
 DatabaseMapping PropertyMap.getMapping(Property property)
          Gets the mapping associated with the given property.
 DatabaseMapping PropertyMap.getMatchingMapping(DatabaseMapping mapping)
          Gets the database mapping that matches the given database mapping.
 DatabaseMapping[] PropertyMap.getMappings(java.lang.Class type)
          Gets the database mappings from this property map that an associated property of the give type.
 DatabaseMapping AbstractPropertyMap.getMapping(Property property)
          Gets the mapping associated with the given property.
 DatabaseMapping AbstractPropertyMap.getMatchingMapping(DatabaseMapping mapping)
          Gets the database mapping that matches the given database mapping.
 DatabaseMapping[] AbstractPropertyMap.getMappings(java.lang.Class type)
          Gets the database mappings from this property map that an associated property of the give type.
 

Methods in gov.usda.gdpc.database with parameters of type DatabaseMapping
 void PropertyMap.addMapping(DatabaseMapping mapping)
          Adds the specified database mapping.
 DatabaseMapping PropertyMap.getMatchingMapping(DatabaseMapping mapping)
          Gets the database mapping that matches the given database mapping.
 java.lang.Object ExtraInfo.getInfo(DatabaseMapping mapping)
          Get information for the specified database mapping.
 void AbstractPropertyMap.addMapping(DatabaseMapping mapping)
          Adds the specified database mapping.
 DatabaseMapping AbstractPropertyMap.getMatchingMapping(DatabaseMapping mapping)
          Gets the database mapping that matches the given database mapping.
 

Constructors in gov.usda.gdpc.database with parameters of type DatabaseMapping
MultiDatabaseMapping(Property property, DatabaseMapping[] mappings)
          MultiDatabaseMapping Constructor.
 

Uses of DatabaseMapping in gov.usda.gdpc.panzea
 

Classes in gov.usda.gdpc.panzea that implement DatabaseMapping
 class PanzeaGenotypeExperimentDatabaseMapping
           
 class PanzeaLocalityDatabaseMapping
           
 class PanzeaLocusDatabaseMapping
           
 class PanzeaLocusTypeDatabaseMapping
           
 class PanzeaOntologyDatabaseMapping
           
 class PanzeaPositionMinutesDatabaseMapping