jar

net.sf.shadesdb : shades

Maven & Gradle

Oct 20, 2006
3 usages

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.

Table Of Contents

Latest Version

Download net.sf.shadesdb : shades JAR file - Latest Versions:

All Versions

Download net.sf.shadesdb : shades JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window shades-0.0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

hendrey.orm

├─ hendrey.orm.DatabaseSession.class - [JAR]

├─ hendrey.orm.DeleteFailedException.class - [JAR]

├─ hendrey.orm.InsertFailedException.class - [JAR]

├─ hendrey.orm.ORMDictionary.class - [JAR]

├─ hendrey.orm.ORMapping.class - [JAR]

├─ hendrey.orm.Query.class - [JAR]

├─ hendrey.orm.Record.class - [JAR]

├─ hendrey.orm.RecordCandidate.class - [JAR]

├─ hendrey.orm.RecordSet.class - [JAR]

├─ hendrey.orm.UpdateFailedException.class - [JAR]

test

├─ test.Student.class - [JAR]

├─ test.StudentMapping.class - [JAR]

├─ test.Teacher.class - [JAR]

├─ test.TeacherMapping.class - [JAR]

├─ test.Test.class - [JAR]

hendrey.shades

├─ hendrey.shades.DatabaseSessionFactory.class - [JAR]

├─ hendrey.shades.DefaultHsqlORMapping.class - [JAR]

├─ hendrey.shades.DefaultORMapping.class - [JAR]

├─ hendrey.shades.ORMDictionaryFactory.class - [JAR]

├─ hendrey.shades.QueryFactory.class - [JAR]

hendrey.shades.internal

├─ hendrey.shades.internal.BeanORMHelper.class - [JAR]

├─ hendrey.shades.internal.DictionaryImpl.class - [JAR]

├─ hendrey.shades.internal.ImmutableQuery.class - [JAR]

├─ hendrey.shades.internal.QueryImpl.class - [JAR]

├─ hendrey.shades.internal.RecordSetImpl.class - [JAR]

├─ hendrey.shades.internal.Relationship.class - [JAR]

├─ hendrey.shades.internal.Resemblance.class - [JAR]

├─ hendrey.shades.internal.SQLGenerator.class - [JAR]

├─ hendrey.shades.internal.ShadesDatabaseSession.class - [JAR]

├─ hendrey.shades.internal.ShadesRecord.class - [JAR]

├─ hendrey.shades.internal.ShadesRecordCandidate.class - [JAR]

├─ hendrey.shades.internal.Util.class - [JAR]

hendrey.shades.tools

├─ hendrey.shades.tools.TableCreator.class - [JAR]

Advertisement