Oracle TopLink API Reference
10g Release 3 (10.1.3)

B13698-01


oracle.toplink.sessions.entitymanager
Class FlushModeType

java.lang.Object
  extended byoracle.toplink.sessions.entitymanager.FlushModeType


public class FlushModeType
extends java.lang.Object

Field Summary
static FlushModeType AUTO
           
static FlushModeType COMMIT
           
static FlushModeType NEVER
           

 

Method Summary
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

COMMIT

public static FlushModeType COMMIT

AUTO

public static FlushModeType AUTO

NEVER

public static FlushModeType NEVER

Method Detail

toString

public java.lang.String toString()

Copyright © 1998, 2006, Oracle. All Rights Reserved.