public interface ConnectionFactory
Connection of database, it is necessary
for ObjectiveSql in runtime. It will be extended with Databases.installConnectionFactory method.
Notice: The ConnectionFactory will be inject at the application beginning.| 限定符和类型 | 方法和说明 |
|---|---|
Connection |
getConnection()
Return a new connection of database, certainly, the connection can be retrieved
from a connection pool also.
|
Connection getConnection() throws SQLException
SQLExceptionCopyright © 2020 com.github.braisdom. All rights reserved.