Package org.javalite.activejdbc
Class Configuration
- java.lang.Object
-
- org.javalite.activejdbc.Configuration
-
public class Configuration extends Object
- Author:
- Igor Polevoy
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfiguration.PropertyNameAll properties defined in framework.
-
Constructor Summary
Constructors Modifier Constructor Description protectedConfiguration()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancollectStatistics()booleancollectStatisticsOnHold()static ActiveJDBCLoggergetActiveLogger()StringgetCacheManager()static booleanhasActiveLogger()
-
-
-
Method Detail
-
collectStatistics
public boolean collectStatistics()
-
collectStatisticsOnHold
public boolean collectStatisticsOnHold()
-
getCacheManager
public String getCacheManager()
-
hasActiveLogger
public static boolean hasActiveLogger()
- Returns:
- true if a custom logger is defined, false then
-
getActiveLogger
public static ActiveJDBCLogger getActiveLogger()
-
-