JDBC List Decorator

This API allows to fill in a list of elements 'T' from an SQL query straightforwardly via a constructor that takes a ResultSet as an input and takes advantage of Generics and Reflection

License

License

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.sf.jdbclistdecorator
ArtifactId

ArtifactId

listdecorator
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

JDBC List Decorator
This API allows to fill in a list of elements 'T' from an SQL query straightforwardly via a constructor that takes a ResultSet as an input and takes advantage of Generics and Reflection
Project URL

Project URL

https://sourceforge.net/projects/jdbclistdecorator/
Source Code Management

Source Code Management

https://svn.code.sf.net/p/jdbclistdecorator/code/trunk/jdbclistdecorator

Download listdecorator

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.jdbclistdecorator/listdecorator/ -->
<dependency>
    <groupId>net.sf.jdbclistdecorator</groupId>
    <artifactId>listdecorator</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jdbclistdecorator/listdecorator/
implementation 'net.sf.jdbclistdecorator:listdecorator:1.0'
// https://jarcasting.com/artifacts/net.sf.jdbclistdecorator/listdecorator/
implementation ("net.sf.jdbclistdecorator:listdecorator:1.0")
'net.sf.jdbclistdecorator:listdecorator:jar:1.0'
<dependency org="net.sf.jdbclistdecorator" name="listdecorator" rev="1.0">
  <artifact name="listdecorator" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jdbclistdecorator', module='listdecorator', version='1.0')
)
libraryDependencies += "net.sf.jdbclistdecorator" % "listdecorator" % "1.0"
[net.sf.jdbclistdecorator/listdecorator "1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0