|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdminLogging.LogLevelStmt | |
---|---|
com.avaje.ebean | Core API (see Ebean and EbeanServer). |
com.avaje.ebean.config | Configuration settings for EbeanServer construction |
Uses of AdminLogging.LogLevelStmt in com.avaje.ebean |
---|
Methods in com.avaje.ebean that return AdminLogging.LogLevelStmt | |
---|---|
AdminLogging.LogLevelStmt |
AdminLogging.getLoggingLevelIud()
The current log level for inserts updates and deletes. |
AdminLogging.LogLevelStmt |
AdminLogging.getLoggingLevelQuery()
Return the current log level for queries. |
AdminLogging.LogLevelStmt |
AdminLogging.getLoggingLevelSqlQuery()
Return the current log level for native sql queries. |
static AdminLogging.LogLevelStmt |
AdminLogging.LogLevelStmt.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AdminLogging.LogLevelStmt[] |
AdminLogging.LogLevelStmt.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.avaje.ebean with parameters of type AdminLogging.LogLevelStmt | |
---|---|
void |
AdminLogging.setLoggingLevelIud(AdminLogging.LogLevelStmt updateLevel)
Set the log level for inserts updates and deletes. |
void |
AdminLogging.setLoggingLevelQuery(AdminLogging.LogLevelStmt sqlQueryLevel)
Set the log level for queries. |
void |
AdminLogging.setLoggingLevelSqlQuery(AdminLogging.LogLevelStmt sqlQueryLevel)
Set the log level for native sql queries. |
Uses of AdminLogging.LogLevelStmt in com.avaje.ebean.config |
---|
Methods in com.avaje.ebean.config that return AdminLogging.LogLevelStmt | |
---|---|
AdminLogging.LogLevelStmt |
ServerConfig.getLoggingLevelIud()
Return the logging level on Insert Update and Delete statements. |
AdminLogging.LogLevelStmt |
ServerConfig.getLoggingLevelQuery()
Return the logging level for query statements. |
AdminLogging.LogLevelStmt |
ServerConfig.getLoggingLevelSqlQuery()
Return the logging level on SqlQuery statements. |
Methods in com.avaje.ebean.config with parameters of type AdminLogging.LogLevelStmt | |
---|---|
void |
ServerConfig.setLoggingLevelIud(AdminLogging.LogLevelStmt iudLoglevel)
Set the logging level on Insert Update and Delete statements. |
void |
ServerConfig.setLoggingLevelQuery(AdminLogging.LogLevelStmt queryLogLevel)
Set the logging level for query statements. |
void |
ServerConfig.setLoggingLevelSqlQuery(AdminLogging.LogLevelStmt sqlQueryLogLevel)
Set the logging level on SqlQuery statements. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |