|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryLoggerFactory
Creates QueryLogger instances
| Method Summary | |
|---|---|
BulkQueryLogger |
createBulkQueryLogger(org.apache.commons.logging.Log logger)
Creates a logger for a bulk query |
PreparedBulkQueryLogger |
createBulkQueryLogger(org.apache.commons.logging.Log logger,
QueryTemplate queryTemplate,
int bulkSize)
Creates a logger for a single query running in bulk mode |
SingleQueryLogger |
createQueryLogger(org.apache.commons.logging.Log logger,
QueryTemplate queryTemplate)
Creates a logger for a single query |
| Method Detail |
|---|
SingleQueryLogger createQueryLogger(org.apache.commons.logging.Log logger,
QueryTemplate queryTemplate)
logger - logger where the query will be loggedqueryTemplate - query tepmlate to log
SingleQueryLogger
PreparedBulkQueryLogger createBulkQueryLogger(org.apache.commons.logging.Log logger,
QueryTemplate queryTemplate,
int bulkSize)
logger - logger where the query will be loggedqueryTemplate - query tepmlate to logbulkSize - total size of the bulk operation. Must be positive
PreparedBulkQueryLoggerBulkQueryLogger createBulkQueryLogger(org.apache.commons.logging.Log logger)
logger - logger where the query will be logged
BulkQueryLogger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||