Package | Description |
---|---|
com.j256.ormlite.db |
Per-database type and SQL information.
|
com.j256.ormlite.logger |
Logging utility classes.
|
com.j256.ormlite.misc |
Miscellaneous classes.
|
com.j256.ormlite.stmt.mapped |
Compiled SQL query statements.
|
com.j256.ormlite.support |
Database support classes.
|
Modifier and Type | Field and Description |
---|---|
protected Logger |
BaseDatabaseType.logger |
Modifier and Type | Method and Description |
---|---|
static Logger |
LoggerFactory.getLogger(Class<?> clazz)
Return a logger associated with a particular class.
|
static Logger |
LoggerFactory.getLogger(String className)
Return a logger associated with a particular class name.
|
Modifier and Type | Field and Description |
---|---|
protected static Logger |
WrappedConnectionSource.logger |
Modifier and Type | Field and Description |
---|---|
protected static Logger |
BaseMappedStatement.logger |
Modifier and Type | Method and Description |
---|---|
protected boolean |
BaseConnectionSource.clearSpecial(DatabaseConnection connection,
Logger logger)
Clear the connection that was previously saved.
|
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.