Module io.ebean.api
Package io.ebean

Interface ExtendedServer


  • public interface ExtendedServer
    The extended API for Database.

    Deprecated in favour of using 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.