Uses of Class
org.hydrateframework.ObjectFactory

Packages that use ObjectFactory
org.hydrateframework   
 

Uses of ObjectFactory in org.hydrateframework
 

Methods in org.hydrateframework that return ObjectFactory
 ObjectFactory Assembler.getFactory()
          Returns the factory object that should be used to construct instances of the object built by this assembler
 ObjectFactory ObjectContext.getFactory(java.lang.Class cls)
          Return a factory for creating objects of the specified
 ObjectFactory ObjectContext.setFactory(java.lang.Class cls, ObjectFactory fact)
          Establish the factory to be used to create a particular object type.
 

Methods in org.hydrateframework with parameters of type ObjectFactory
 ObjectFactory ObjectContext.setFactory(java.lang.Class cls, ObjectFactory fact)
          Establish the factory to be used to create a particular object type.
 

Constructors in org.hydrateframework with parameters of type ObjectFactory
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
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
 



Copyright © 2000 The Hydrate Project. All Rights Reserved.