Uses of Interface
net.sf.borg.model.db.EntityDB

Packages that use EntityDB
net.sf.borg.model The Model package and its sub-packages provide the data model layer for borg 
net.sf.borg.model.db Package db contains interfaces that provide an implementation independent view of the low level ORM layer. 
net.sf.borg.model.db.jdbc Package jdbc contains all classes that deal directly with JDBC, including classes that read/write entities and classes that manage JDBC URLs and Connections 
 

Uses of EntityDB in net.sf.borg.model
 

Methods in net.sf.borg.model that return EntityDB
 EntityDB<Address> AddressModel.getDB()
          Deprecated. 
 EntityDB<Link> LinkModel.getDB()
          Gets the dB.
 EntityDB<Appointment> AppointmentModel.getDB()
          Deprecated. 
 

Uses of EntityDB in net.sf.borg.model.db
 

Subinterfaces of EntityDB in net.sf.borg.model.db
 interface AppointmentDB
          A EntityDB subclass which allows efficient retrieval of appointment ToDo and Repeat keys.
 interface LinkDB
          The Interface for a Link DB.
 interface TaskDB
          The Interface for a Task database.
 

Uses of EntityDB in net.sf.borg.model.db.jdbc
 

Classes in net.sf.borg.model.db.jdbc that implement EntityDB
 class AddrJdbcDB
          this is the JDBC layer for access to the addresses table.
 class ApptJdbcDB
          this is the JDBC layer for access to the appointment table.
 class LinkJdbcDB
          provides the JDBC layer for reading/writing Links
 class TaskJdbcDB
          this is the JDBC layer for access to the task table.
 



Generated September 24 2010 by mbb using Apache Ant version 1.7.1 compiled on June 27 2008 and Java version 1.6.0_20 from Sun Microsystems Inc. on Linux i386 2.6.24-28-generic