@FunctionalInterface
public interface ConnectionSupplier
| Modifier and Type | Method and Description |
|---|---|
default ConnectionSupplier |
from(javax.sql.DataSource dataSource) |
java.sql.Connection |
get() |
java.sql.Connection get()
throws java.sql.SQLException
java.sql.SQLExceptiondefault ConnectionSupplier from(javax.sql.DataSource dataSource) throws java.sql.SQLException
java.sql.SQLException