Uses of Class
org.hydrateframework.ObjectContext

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

Uses of ObjectContext in org.hydrateframework
 

Fields in org.hydrateframework declared as ObjectContext
protected  ObjectContext ObjectIndex.m_ctx
           
 

Methods in org.hydrateframework that return ObjectContext
 ObjectContext ObjectFamily.createObjectContext(boolean readWrite, boolean lazyLoad)
          Create a configured object context.
 ObjectContext Assembler.getContext()
           
 ObjectContext AbstractHydrateObject.getContext()
           
 ObjectContext XMLDocWriterParser.getContext()
           
 ObjectContext HydrateObject.getContext()
           
static ObjectContext ObjectContext.getDefaultContext(java.lang.Class familyClass)
           
 

Methods in org.hydrateframework with parameters of type ObjectContext
 java.lang.Object ObjectFactory.createObject(ObjectContext ctx, ObjectKey key)
          Create an object with a key.
 void SaveContext.flushStatement(ObjectContext ctx, java.lang.Class cls)
          Flush a statement that was used to update or insert objects in batch mode.
protected  java.util.Set<ObjectRelationshipFactory.RelationshipMap> ObjectCollection.getMTM(ObjectContext ctx)
          Return the list of changes to the many-to-many relationship table.
 NamedParameterStatement RequestContext.getStatement(ObjectContext ctx, java.lang.Class cls, java.lang.String dsName)
          Retrieve a cached SQL statement for requesting or updating objects.
 void ObjectIndexer.indexNow(ObjectContext ctx)
          This method will reindex the contents of the ObjectContext specified in relation to the key and object classes previously set in the constructor.
 java.lang.Object ObjectFactory.loadObject(ObjectContext ctx, ObjectKey key, int bldType)
          Load an object using a key.
 void SaveContext.needKeyNow(ObjectContext ctx, java.lang.Object obj)
          Call this method when a generated key is accessed.
 HydrateObject ObjectFactory.proxyObject(ObjectContext ctx, java.lang.Object o)
          Provides a temporary proxy for a non-Hydrate object.
 void RequestContext.releaseConnections(ObjectContext ctx)
          Release the connections acquired by this context back for reuse by other application code.
 java.lang.Object ObjectFactory.reloadObject(ObjectContext ctx, java.lang.Object obj)
          Reload an existing object.
 void AbstractHydrateObject.setContext(ObjectContext ctx)
           
 void HydrateObject.setContext(ObjectContext ctx)
          Set the object context associated with the object
static void ObjectContext.setDefaultContext(ObjectContext ctx)
           
protected  void ObjectIndex.setObjectContext(ObjectContext ctx)
          Establish the object context for a particular index
 

Constructors in org.hydrateframework with parameters of type ObjectContext
AbstractHydrateObject(ObjectContext ctx)
          Each object is created belonging to an ObjectContext
Assembler(ObjectContext ctx, java.lang.String name, java.lang.Class<java.lang.Object> cls, ObjectFactory fact, KeyAssembler kb, java.util.Map columns, Assembler.Discriminator incl, int buildType, boolean autoFixup)
          The constructor sets the class type to be built and the factory to do the job
ObjectFactory(ObjectContext ctx, java.lang.Class ifcClass, java.lang.Class implClass, java.lang.Class assemblerClass, java.lang.Class queryToUse, java.lang.String dsName, java.lang.Class proxyClass)
          Construct a factory for creating Hydrate Objects.
ObjectRelationshipFactory(ObjectContext ctx, java.lang.String relName, java.lang.String nameA, java.lang.String nameB, ObjectFactory factA, ObjectFactory factB, java.lang.Class keyAssemblerA, java.lang.Class keyAssemblerB, java.lang.Class queryToUse, java.lang.String dsName)
          Construct the factory
QueryRunner(ObjectContext ctx)
          A BuildObjects class is always tied to a single ObjectContext.
RequestContext(ObjectContext ctx)
          Create the request context.
SaveContext(ObjectContext ctx, RequestContext rc)
          Create a new SaveContext
XMLDocWriterParser(ObjectContext ctx, org.xml.sax.ContentHandler hnd, XMLDocWriterParser.TestOutput testOut)
          Constructor
 

Uses of ObjectContext in org.hydrateframework.ejb
 

Fields in org.hydrateframework.ejb declared as ObjectContext
 ObjectContext EntityManagerImpl.m_ctx
           
 

Constructors in org.hydrateframework.ejb with parameters of type ObjectContext
EntityManagerImpl(ObjectContext ctx, java.util.Map<java.lang.String,java.sql.Connection> connMap, ObjectFamily family)
           
EntityTransactionImpl(ObjectContext ctx, RequestContext rc)
           
 

Uses of ObjectContext in org.hydrateframework.event
 

Constructors in org.hydrateframework.event with parameters of type ObjectContext
ObjectLoadErrorHandler.IntolerantLoader(ObjectContext ctx)
           
ObjectLoadErrorHandler.SmartLoader.CollectionKey(ObjectContext ctx, java.lang.Object obj, java.lang.Class cls, java.lang.String mbr)
           
ObjectLoadErrorHandler.SmartLoader(ObjectContext ctx)
           
 

Uses of ObjectContext in org.hydrateframework.sql
 

Constructors in org.hydrateframework.sql with parameters of type ObjectContext
QueryMap(ObjectContext ctx, java.lang.String name)
           
QueryMap(ObjectContext ctx, java.lang.String name, int bldType)
           
QueryMap(ObjectContext ctx, java.lang.String name, int bldType, java.lang.String[][] substitutions)
           
QueryMap(ObjectContext ctx, java.lang.String name, java.lang.String[][] substitutions)
           
 



Copyright © 2000 The Hydrate Project. All Rights Reserved.