All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.fuchss.objectcasket.objectpacker.port.Domain Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 0.20.17
Show newest version
package org.fuchss.objectcasket.objectpacker.port;

/**
 * A special object that cannot be manipulated directly. It is used by the
 * {@link SessionManager session manager} to identify the domain.
 */
public interface Domain {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy