License |
License |
---|---|
GroupId | GroupIdcom.alexkasko.springjdbc |
ArtifactId | ArtifactIdparallel-queries |
Version | Version1.2.3 |
Type | Typejar |
Description |
DescriptionSQL Queries Parallel Processing Using JdbcTemplate
Processes given SQL query in parallel in multiple data sources (assuming that all data source
contain the same data). Combined results from multiple queries are exposed to application as
java.util.Iterator. Worker thread use spring's JdbcTemplate with named parameters support.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parallel-queries-1.2.3.pom | |
parallel-queries-1.2.3.jar | 23 KB |
parallel-queries-1.2.3-sources.jar | 13 KB |
parallel-queries-1.2.3-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alexkasko.springjdbc/parallel-queries/ -->
<dependency>
<groupId>com.alexkasko.springjdbc</groupId>
<artifactId>parallel-queries</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.alexkasko.springjdbc/parallel-queries/
implementation 'com.alexkasko.springjdbc:parallel-queries:1.2.3'
// https://jarcasting.com/artifacts/com.alexkasko.springjdbc/parallel-queries/
implementation ("com.alexkasko.springjdbc:parallel-queries:1.2.3")
'com.alexkasko.springjdbc:parallel-queries:jar:1.2.3'
<dependency org="com.alexkasko.springjdbc" name="parallel-queries" rev="1.2.3">
<artifact name="parallel-queries" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alexkasko.springjdbc', module='parallel-queries', version='1.2.3')
)
libraryDependencies += "com.alexkasko.springjdbc" % "parallel-queries" % "1.2.3"
[com.alexkasko.springjdbc/parallel-queries "1.2.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-jdbc | jar | 3.1.0.RELEASE |
com.google.guava : guava | jar | 10.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
com.h2database : h2 | jar | 1.3.154 |
commons-lang : commons-lang | jar | 2.4 |
org.slf4j : slf4j-api | jar | 1.6.1 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
log4j : log4j | jar | 1.2.16 |