Update javadoc for ExtendedServer

This commit is contained in:
Rob Bygrave
2023-06-01 19:51:31 +12:00
parent 4878ca47b5
commit f415ee22b8
@@ -4,14 +4,6 @@ import java.time.Clock;
/**
* The extended API for Database.
* <p>
* Deprecated in favour of using {@link Query#usingTransaction(Transaction)} instead.
* <p>
* This provides the finder methods that take an explicit transaction rather than obtaining
* the transaction from the usual mechanism (which is ThreadLocal based).
* <p>
* 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 {