Uses of Package
org.hydrateframework

Packages that use org.hydrateframework
org.hydrateframework   
org.hydrateframework.ejb   
org.hydrateframework.event   
org.hydrateframework.sql   
 

Classes in org.hydrateframework used by org.hydrateframework
Assembler
          Assembler objects are responsible for extracting the data for a particular object from a row of ResultSet data.
Assembler.AfterBuild
          Implement this interface if you need to be called back each time a new object is created during the build process.
Assembler.Discriminator
          This interface is used to determine whether an object should be built or not.
AssemblerLink
          This interface is implemented by classes that support the linking of objects to each other during the build process.
Constraint
          This interface is supported by classes that know how to constrain a NamedParameterStatement to filter the rows it returns.
HydrateObject
          This is an optional base interface for Hydrate objects and specifies a set of services that need to be supported by an object to fully operate as part of the hydrate framework.
KeyAssembler
          The KeyAssembler interface is implemented by classes that know how to build the elements of a key from a results set.
NotLoadedException
          This exception is thrown when an attempt is made to access a member of an HydrateObject that has not been populated from the database.
ObjectCollection
          This class is used to represent a collection of hydrate objects.
ObjectContext
          An object context represents a single self-consistent representation of a business model.
ObjectFactory
           
ObjectIndex
          This is the abstract base class for the indexes used to look up objects in the object context.
ObjectKey
           
ObjectRelationshipFactory
          This object is used to save many-to-many relationships into the relational database.
ObjectRelationshipFactory.RelationshipMap
           
QueryRunner.Observer
          This interface should be supported by objects that require notification of the construction of objects as they are loaded from the data source.
RequestContext
          A request context keeps track of those resources that will be held within the scope of a single activity.
SaveContext
          The SaveContext class keeps track of the state of Hydrate Objects as they are saved in the database.
SaveException
          A SaveException is thrown if an attempt to write an object to a relational database fails.
XMLDocWriterParser
          This class is responsible for managing both the reading and writing of an XML document based on a particular class model.
XMLDocWriterParser.TestOutput
          This interface is called at various points when the framework is writing out the xml document.
XMLElementWriterParser
           
 

Classes in org.hydrateframework used by org.hydrateframework.ejb
ObjectContext
          An object context represents a single self-consistent representation of a business model.
ObjectFamily
           
RequestContext
          A request context keeps track of those resources that will be held within the scope of a single activity.
 

Classes in org.hydrateframework used by org.hydrateframework.event
HydrateObject
          This is an optional base interface for Hydrate objects and specifies a set of services that need to be supported by an object to fully operate as part of the hydrate framework.
ObjectContext
          An object context represents a single self-consistent representation of a business model.
ObjectKey
           
SaveException
          A SaveException is thrown if an attempt to write an object to a relational database fails.
 

Classes in org.hydrateframework used by org.hydrateframework.sql
Assembler
          Assembler objects are responsible for extracting the data for a particular object from a row of ResultSet data.
ObjectContext
          An object context represents a single self-consistent representation of a business model.
 



Copyright © 2000 The Hydrate Project. All Rights Reserved.