Uses of Class
com.avaje.ebean.AdminLogging.LogLevelTxnCommit

Packages that use AdminLogging.LogLevelTxnCommit
com.avaje.ebean Core API (see Ebean and EbeanServer). 
com.avaje.ebean.config Configuration settings for EbeanServer construction 
 

Uses of AdminLogging.LogLevelTxnCommit in com.avaje.ebean
 

Methods in com.avaje.ebean that return AdminLogging.LogLevelTxnCommit
static AdminLogging.LogLevelTxnCommit AdminLogging.LogLevelTxnCommit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AdminLogging.LogLevelTxnCommit[] AdminLogging.LogLevelTxnCommit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of AdminLogging.LogLevelTxnCommit in com.avaje.ebean.config
 

Methods in com.avaje.ebean.config that return AdminLogging.LogLevelTxnCommit
 AdminLogging.LogLevelTxnCommit ServerConfig.getLoggingLevelTxnCommit()
          Return the logging level for transaction begin, commit and rollback events.
 

Methods in com.avaje.ebean.config with parameters of type AdminLogging.LogLevelTxnCommit
 void ServerConfig.setLoggingLevelTxnCommit(AdminLogging.LogLevelTxnCommit transactionDebugLevel)
          Set the logging level for transaction begin, commit and rollback events.
 



Copyright © 2010. All Rights Reserved.