Package io.ebean

Interface EbeanServer

  • All Superinterfaces:
    Database
    All Known Subinterfaces:
    SpiEbeanServer, SpiServer
    All Known Implementing Classes:
    DefaultServer

    @Deprecated
    public interface EbeanServer
    extends Database
    Deprecated.
    Deprecated - please migrate to io.ebean.Database. Provides the API for fetching and saving beans to a particular Database.

    Effectively this is an alias for Database which is now the new and improved name for EbeanServer.

    The preference is to use DB and Database rather than Ebean and EbeanServer.