foxhutch / object-casket

An easy to use OR mapper

Home Page:https://fuchss.org/projects/objectcasket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

An easy to use OR mapper

https://fuchss.org/projects/objectcasket

License:MIT License


Languages

Language:Java 100.0%