Object Casket

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

Object Casket is a simple object mapper that can be used together with the Java Persistence API (JPA). The aim is to provide a simple object mapper, as it is used for small projects. More information are available at GitHub.

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>