Uses of Class
com.marringtons.object.Search.Load

Packages that use Search.Load
com.marringtons.object The Adept object package provides sophisticated object manipulation and storage, including a full-featured object database.  
 

Uses of Search.Load in com.marringtons.object
 

Fields in com.marringtons.object declared as Search.Load
static Search.Load Search.Load.lazy
          Search uses Search.Load.lazy if loading of inner DAOs is to be deferred until they are needed.
static Search.Load Search.Load.eager
          Search uses Search.Load.eager to force loading of all inner DAOs when the instances of the outer DAO are found.
 

Constructors in com.marringtons.object with parameters of type Search.Load
Search(DAO dao, Search.Load load, Search.Access access)
          Create a search object for retrieving specified objects from the database.
Search(Class daoClass, Search.Load load, Search.Access access)
          Create a search object for retrieving specified objects from the database.
 



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