com.triactive.jdo.store.request
Class DeleteWhereSuperEqualRequest.Id

java.lang.Object
  extended bycom.triactive.jdo.store.request.Request.Id
      extended bycom.triactive.jdo.store.request.Request.IdTblTblFld
          extended bycom.triactive.jdo.store.request.DeleteWhereSuperEqualRequest.Id
Enclosing class:
DeleteWhereSuperEqualRequest

public static class DeleteWhereSuperEqualRequest.Id
extends Request.IdTblTblFld


Field Summary
 
Fields inherited from class com.triactive.jdo.store.request.Request.IdTblTblFld
field, table1, table2
 
Constructor Summary
DeleteWhereSuperEqualRequest.Id(ClassBaseTable table1, ClassBaseTable table2, int field)
           
 
Method Summary
 Request newRequest()
          Constructs a new request based on its identifying data.
 
Methods inherited from class com.triactive.jdo.store.request.Request.IdTblTblFld
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteWhereSuperEqualRequest.Id

public DeleteWhereSuperEqualRequest.Id(ClassBaseTable table1,
                                       ClassBaseTable table2,
                                       int field)
Method Detail

newRequest

public Request newRequest()
Description copied from class: Request.Id
Constructs a new request based on its identifying data.

Specified by:
newRequest in class Request.Id


Copyright © 2001-2007 The TJDO Project All Rights Reserved.