public class H2Hitting extends AbstractHitting
AbstractHitting.DataDOHitting.HittingDO| Constructor and Description |
|---|
H2Hitting(Map<String,Object> context) |
H2Hitting(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.
|
void |
tearDown() |
protected Stream<AbstractHitting.DataDO> |
transferResults(List<Map<String,Object>> mapResults)
convert DB Map Result to DataDO(Stream)
|
getHitting, hitIncr, newHashMap, reqIncr, reset, resetAllclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsummaryNameprotected Supplier<org.springframework.jdbc.core.JdbcOperations> jdbcOperationsSupplier(Map<String,Object> context)
AbstractHittingjdbcOperationsSupplier in class AbstractHittingcontext - :other parameters from constructorprotected Stream<AbstractHitting.DataDO> transferResults(List<Map<String,Object>> mapResults)
AbstractHittingtransferResults in class AbstractHittingmapResults - result from query DB.@PreDestroy public void tearDown()
tearDown in class AbstractHittingCopyright © 2020. All rights reserved.