Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-03

oracle.toplink.config
Class TopLinkProperties

java.lang.Object
  extended by oracle.toplink.config.TopLinkProperties

public class TopLinkProperties
extends java.lang.Object

The class defines TopLink properties' names. Property values are usually case-insensitive with some common sense exceptions, for instance class names.


Field Summary
static java.lang.String LOGGING_LEVEL
          Valid values are names of levels defined in java.util.logging.Level, default value is INFO.
 
Constructor Summary
TopLinkProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGING_LEVEL

public static final java.lang.String LOGGING_LEVEL
Description copied from class: TopLinkProperties
Valid values are names of levels defined in java.util.logging.Level, default value is INFO.

See Also:
Constant Field Values
Constructor Detail

TopLinkProperties

public TopLinkProperties()

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