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

com.speedment.runtime.core.manager.package-info Maven / Gradle / Ivy

Go to download

A Speedment bundle that shades all dependencies into one jar. This is useful when deploying an application on a server.

The newest version!
/**
 * The {@link com.speedment.runtime.core.manager.Manager} interface and its related classes
 * are located in this package. 
 * 

* It is the manager that is responsible for managing entities for a particular * table in the database. Each entity then has methods to persist and update it, * but those methods are only delegates for the manager equivalents. Managers * are stored in the {@link com.speedment.runtime.core.component.ManagerComponent}. *

* This package is part of the API. Modifications to classes here should only * (if ever) be done in major releases. */ package com.speedment.runtime.core.manager;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy