org.hydrateframework
Class QueryRunner.SaveNew

java.lang.Object
  extended by org.hydrateframework.QueryRunner.SaveNew
All Implemented Interfaces:
Assembler.AfterBuild
Enclosing class:
QueryRunner

public static class QueryRunner.SaveNew
extends java.lang.Object
implements Assembler.AfterBuild


Constructor Summary
QueryRunner.SaveNew()
           
 
Method Summary
 void built(java.lang.Object ob)
          This method is called during the build process each time a new object is built.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryRunner.SaveNew

public QueryRunner.SaveNew()
Method Detail

built

public void built(java.lang.Object ob)
Description copied from interface: Assembler.AfterBuild
This method is called during the build process each time a new object is built. It will not be called if the object was found already in memory through the key.

Specified by:
built in interface Assembler.AfterBuild


Copyright © 2000 The Hydrate Project. All Rights Reserved.