Module io.ebean.api
Package io.ebean

Interface ExtendedServer


public interface ExtendedServer
The extended API for Database.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setClock(Clock clock)
    Deprecated.
  • Method Details

    • setClock

      @Deprecated void setClock(Clock clock)
      Deprecated.
      Deprecated but no yet determined suitable replacement (to support testing only change of clock).

      Set the Clock to use for @WhenCreated and @WhenModified.

      Note that we only expect to change the Clock for testing purposes.