s

shades

Shades is an Object/Relational Mapping (ORM) framework that works in conjunction with JDBC APIs. Instead of relying on XML or annotations for configuration, Shades relies on an interface called ORMapping. This makes shades simple and flexible. Shades has no new transaction model nor Connection management which you must learn. You control the transactions, and the Connection that Shades uses, through plain JDBC interfaces. Shades is designed to work well with modern web development frameworks like Tapestry and Wicket.
http://sourceforge.net/projects/shadesdb
The Apache Software License, Version 2.0
geoff hendrey
Files download
File Operation
shades-0.0.5.jar download
shades-0.0.5.pom download
shades-0.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.shadesdb</groupId>
  <artifactId>shades</artifactId>
  <version>0.0.5</version>
</dependency>
Gradle Groovy
implementation 'net.sf.shadesdb:shades:0.0.5'
Gradle Kotlin
implementation("net.sf.shadesdb:shades:0.0.5")
Scala SBT
libraryDependencies += "net.sf.shadesdb" % "shades" % "0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.shadesdb', module='shades', version='0.0.5')
)
Apache Ivy
<dependency org="net.sf.shadesdb" name="shades" rev="0.0.5" />
Leiningen
[net.sf.shadesdb/shades "0.0.5"]
Apache Buildr
'net.sf.shadesdb:shades:jar:0.0.5'
Dependencies
The project has no third-party dependencies