Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 942 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 942 Bytes

Object Casket

Maven Deploy (Dev) Latest Release

Object Casket is a simple O/R mapper that can be used together with the Java Persistence API (JPA).

The aim is to provide a simple solution for small projects to store multi-related entities in a simple manner. The current version is experimental and still work in progress. So use at your own risk.

Maven & Co.

If you want to use maven or some similar tool add the following code to your pom:

<dependencies>
    <dependency>
        <groupId>org.fuchss</groupId>
        <artifactId>object-casket</artifactId>
        <version>X.Y.Z</version>
    </dependency>
</dependencies>