Uses of Interface
org.hydrateframework.Constraint

Packages that use Constraint
org.hydrateframework   
 

Uses of Constraint in org.hydrateframework
 

Subinterfaces of Constraint in org.hydrateframework
 interface ObjectKey
           
 

Classes in org.hydrateframework that implement Constraint
static class ObjectKey.Complex
          This partial implementation of the ObjectKey interface is used by objects that have an alternate key.
static class ObjectKey.Int
          This partial implementation of the ObjectKey interface is used by objects that have a primary key whose underlying type is an int
static class ObjectKey.Str
          This partial implementation of the ObjectKey interface is used by objects that have a primary key whose underlying type is a String
 

Methods in org.hydrateframework with parameters of type Constraint
 void QueryRunner.build(RequestContext rc, Assembler bld, Constraint qd, java.lang.String prmNm, QueryRunner.Observer sink)
          Build objects using the installed object factory.
 



Copyright © 2000 The Hydrate Project. All Rights Reserved.