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

Packages that use Logger
org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging   
 

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging that return Logger
static Logger Logger.getLoggerFor(java.lang.String literal)
          Return the Logger value corresponding to the given literal.
static Logger Logger.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Logger[] Logger.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.logging with parameters of type Logger
 void Logging.setLogger(Logger newLogger)