Uses of Interface
org.hydrateframework.Assembler.Discriminator

Packages that use Assembler.Discriminator
org.hydrateframework   
 

Uses of Assembler.Discriminator in org.hydrateframework
 

Classes in org.hydrateframework that implement Assembler.Discriminator
static class Assembler.TestCol
          A Discriminator implementation that decides whether or not to build an object based on whether a particular column has a particular value.
static class Assembler.TestKey
          A Discriminator implementation for class hierarchies.
 

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



Copyright © 2000 The Hydrate Project. All Rights Reserved.