ojb.broker.metadata
Interface IsolationLevels


public interface IsolationLevels

Interface declaration

Version:
%I%, %G%
Author:

Field Summary
static int RW_READ_COMMITTED
           
static int RW_READ_UNCOMMITTED
           
static int RW_REPEATABLE_READ
           
static int RW_SERIALIZABLE
           
 

Field Detail

RW_READ_UNCOMMITTED

public static final int RW_READ_UNCOMMITTED
See Also:
Constant Field Values

RW_READ_COMMITTED

public static final int RW_READ_COMMITTED
See Also:
Constant Field Values

RW_REPEATABLE_READ

public static final int RW_REPEATABLE_READ
See Also:
Constant Field Values

RW_SERIALIZABLE

public static final int RW_SERIALIZABLE
See Also:
Constant Field Values


Authors: Thomas Mahler and others. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.8.375, 2002-04-04