public class SqliteShooting extends AbstractShooting
AbstractShooting.DataDOShooting.ShootingDO| Constructor and Description |
|---|
SqliteShooting(Map<String,Object> context) |
SqliteShooting(String url,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
protected Supplier<org.springframework.jdbc.core.JdbcOperations> |
jdbcOperationsSupplier(Map<String,Object> context)
1.
|
protected Stream<AbstractShooting.DataDO> |
transferResults(List<Map<String,Object>> mapResults)
convert DB Map Result to DataDO(Stream)
|
getShooting, hitIncr, newHashMap, reqIncr, reset, resetAll, tearDownclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsummaryNameprotected Supplier<org.springframework.jdbc.core.JdbcOperations> jdbcOperationsSupplier(Map<String,Object> context)
AbstractShootingjdbcOperationsSupplier in class AbstractShootingcontext - :other parameters from constructorprotected Stream<AbstractShooting.DataDO> transferResults(List<Map<String,Object>> mapResults)
AbstractShootingtransferResults in class AbstractShootingmapResults - result from query DB.Copyright © 2020. All rights reserved.