org.fuchss.objectcasket.objectpacker.port.Domain Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of object-casket Show documentation
Show all versions of object-casket Show documentation
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.
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