io.ebean.ExtendedServer Maven / Gradle / Ivy
package io.ebean;
import java.time.Clock;
/**
* The extended API for Database.
*/
public interface ExtendedServer {
/**
* 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.
*
*/
@Deprecated
void setClock(Clock clock);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy