org.jpox.store.rdbms
Class RequestIdentifier.Type

java.lang.Object
  extended byorg.jpox.store.rdbms.RequestIdentifier.Type
Enclosing class:
org.jpox.store.rdbms.RequestIdentifier

public static class RequestIdentifier.Type
extends java.lang.Object

Inner class representing the Type of request


Field Summary
static RequestIdentifier.Type DELETE
          DELETE
static RequestIdentifier.Type FETCH
          FETCH
static RequestIdentifier.Type INSERT
          INSERT
static RequestIdentifier.Type LOCATE
          LOCATE
static RequestIdentifier.Type UPDATE
          UPDATE
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSERT

public static final RequestIdentifier.Type INSERT
INSERT


FETCH

public static final RequestIdentifier.Type FETCH
FETCH


UPDATE

public static final RequestIdentifier.Type UPDATE
UPDATE


DELETE

public static final RequestIdentifier.Type DELETE
DELETE


LOCATE

public static final RequestIdentifier.Type LOCATE
LOCATE

Method Detail

toString

public java.lang.String toString()


Copyright © -2007 . All Rights Reserved.