This method is not normally required. Ebean registers a shutdown hook and shuts down cleanly.
If the under underlying DataSource is the Ebean implementation then you also have the option of shutting down the DataSource and deregistering the JDBC driver.
@param shutdownDataSource if true then shutdown the underlying DataSource if it is the EbeanORM DataSource implementation. @param deregisterDriver if true then deregister the JDBC driver if it is the EbeanORM DataSource implementation.
|
|