Uses of Package
com.marringtons.object

Packages that use com.marringtons.object
com.marringtons.object The Adept object package provides sophisticated object manipulation and storage, including a full-featured object database.  
com.marringtons.util Every library requires a catch-all packages for classes that cannot be easily grouped elsewhere - and here it is - caches, maps, semaphores, sessions, threads and much more. 
 

Classes in com.marringtons.object used by com.marringtons.object
DAO
          DAO is the core of the Adept persistent storage mechanism.
Database
          The DAO system uses this class for database wide control for procedures such as DAO association, opening, closing and backing up.It can also be used to manipulate a single open database.
Formatter
          A Formatter is a class to format strings from DAO entries to convert from an internal representation to strings for display.
Index
          DAO object interfaces recognise indexes by looking for inner classes that have extend this base class.
POJO
          By inheriting from POJO instead of Object, classes get working deep copy(), equals(), hashCode(), toString() and Comparable methods.
Search.Access
          Static fields in this class are used as part of Search initialisation to define whether data retrieved is only for perusal or whether it can be updated.
Search.Load
          Static fields in this class are used as part of Search initialisation to define whether loading from the search is to be lazy or eager.
Translator
          A Translator is a class to translate strings to internal format fields in DAOs.
 

Classes in com.marringtons.object used by com.marringtons.util
DAO
          DAO is the core of the Adept persistent storage mechanism.
Index
          DAO object interfaces recognise indexes by looking for inner classes that have extend this base class.
 



Copyright © 2005 Paul Marrington http://library.marringtons.com