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

io.ebean.EbeanServer Maven / Gradle / Ivy

package io.ebean;

/**
 * Provides the API for fetching and saving beans to a particular Database.
 * 

* Effectively this is an alias for {@link Database} which is now the new * and improved name for EbeanServer. *

* The preference is to use DB and Database rather than Ebean and EbeanServer. */ public interface EbeanServer extends Database { }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy