License |
License |
---|---|
Categories |
CategoriesJDBI Data Databases |
GroupId | GroupIdcom.bertoncelj.jdbi.entitymapper |
ArtifactId | ArtifactIdjdbi-entity-mapper |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjdbi-entity-mapper
Automatically map SQL query results to objects by (optionally) annotating fields with column names.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jdbi-entity-mapper-1.0.0.pom | |
jdbi-entity-mapper-1.0.0.jar | 7 KB |
jdbi-entity-mapper-1.0.0-sources.jar | 4 KB |
jdbi-entity-mapper-1.0.0-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bertoncelj.jdbi.entitymapper/jdbi-entity-mapper/ -->
<dependency>
<groupId>com.bertoncelj.jdbi.entitymapper</groupId>
<artifactId>jdbi-entity-mapper</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bertoncelj.jdbi.entitymapper/jdbi-entity-mapper/
implementation 'com.bertoncelj.jdbi.entitymapper:jdbi-entity-mapper:1.0.0'
// https://jarcasting.com/artifacts/com.bertoncelj.jdbi.entitymapper/jdbi-entity-mapper/
implementation ("com.bertoncelj.jdbi.entitymapper:jdbi-entity-mapper:1.0.0")
'com.bertoncelj.jdbi.entitymapper:jdbi-entity-mapper:jar:1.0.0'
<dependency org="com.bertoncelj.jdbi.entitymapper" name="jdbi-entity-mapper" rev="1.0.0">
<artifact name="jdbi-entity-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bertoncelj.jdbi.entitymapper', module='jdbi-entity-mapper', version='1.0.0')
)
libraryDependencies += "com.bertoncelj.jdbi.entitymapper" % "jdbi-entity-mapper" % "1.0.0"
[com.bertoncelj.jdbi.entitymapper/jdbi-entity-mapper "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jdbi : jdbi | jar | 2.63.1 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.10 |
com.h2database : h2 | jar | 1.4.191 |