Dali Provisional API
Release 3.2

Uses of Class
org.eclipse.jpt.jpa.eclipselink.core.context.persistence.LoggingLevel

Packages that use LoggingLevel
org.eclipse.jpt.jpa.eclipselink.core.builder   
org.eclipse.jpt.jpa.eclipselink.core.context.persistence   
 

Uses of LoggingLevel in org.eclipse.jpt.jpa.eclipselink.core.builder
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.builder that return LoggingLevel
 LoggingLevel[] EclipseLinkStaticWeavingBuilderConfigurator.getLogLevelValues()
           
 

Uses of LoggingLevel in org.eclipse.jpt.jpa.eclipselink.core.context.persistence
 

Fields in org.eclipse.jpt.jpa.eclipselink.core.context.persistence declared as LoggingLevel
static LoggingLevel Logging.DEFAULT_LEVEL
           
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence that return LoggingLevel
 LoggingLevel Logging2_0.getCategoriesDefaultLevel()
           
 LoggingLevel Logging.getDefaultLevel()
           
 LoggingLevel Logging.getLevel()
           
 LoggingLevel Logging2_0.getLevel(String category)
           
static LoggingLevel LoggingLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LoggingLevel[] LoggingLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with parameters of type LoggingLevel
 void Logging2_0.setDefaultLevel(LoggingLevel level)
           
 void Logging.setLevel(LoggingLevel level)
           
 void Logging2_0.setLevel(String category, LoggingLevel level)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.