From f415ee22b8b2dadbf4fa6eefae68d4483435ef74 Mon Sep 17 00:00:00 2001 From: Rob Bygrave Date: Thu, 1 Jun 2023 19:51:31 +1200 Subject: [PATCH] Update javadoc for ExtendedServer --- ebean-api/src/main/java/io/ebean/ExtendedServer.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ebean-api/src/main/java/io/ebean/ExtendedServer.java b/ebean-api/src/main/java/io/ebean/ExtendedServer.java index 1c1a68289..baa003ede 100644 --- a/ebean-api/src/main/java/io/ebean/ExtendedServer.java +++ b/ebean-api/src/main/java/io/ebean/ExtendedServer.java @@ -4,14 +4,6 @@ import java.time.Clock; /** * The extended API for Database. - *

- * Deprecated in favour of using {@link Query#usingTransaction(Transaction)} instead. - *

- * This provides the finder methods that take an explicit transaction rather than obtaining - * the transaction from the usual mechanism (which is ThreadLocal based). - *

- * Note that in all cases the transaction supplied can be null and in this case the Database - * will use the normal mechanism to obtain the transaction to use. */ public interface ExtendedServer {