Remove Ebean ORM

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2017-05-14 12:00:00 +10:00
parent 88d1d8bf69
commit 158afaffeb
7 changed files with 0 additions and 152 deletions

View File

@@ -9,8 +9,6 @@ import org.bukkit.command.TabExecutor;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.generator.ChunkGenerator;
import com.avaje.ebean.EbeanServer;
/**
* Represents a Plugin
* <p>
@@ -139,27 +137,6 @@ public interface Plugin extends TabExecutor {
*/
public void setNaggable(boolean canNag);
/**
* Gets the {@link EbeanServer} tied to this plugin. This will only be
* available if enabled in the {@link
* PluginDescriptionFile#isDatabaseEnabled()}
* <p>
* <i>For more information on the use of <a href="http://www.avaje.org/">
* Avaje Ebeans ORM</a>, see <a
* href="http://www.avaje.org/ebean/documentation.html">Avaje Ebeans
* Documentation</a></i>
* <p>
* <i>For an example using Ebeans ORM, see <a
* href="https://github.com/Bukkit/HomeBukkit">Bukkit's Homebukkit Plugin
* </a></i>
*
* @return ebean server instance or null if not enabled
* @deprecated all EBean related methods will be removed with Minecraft 1.12
* - see https://www.spigotmc.org/threads/194144/
*/
@Deprecated
public EbeanServer getDatabase();
/**
* Gets a {@link ChunkGenerator} for use in a default world, as specified
* in the server configuration