@FunctionalInterface public interface ICallback
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
call(Connection conn)
Place codes here that need call back by active record plugin.
|
Object call(Connection conn) throws SQLException
conn - the JDBC Connection, you need't close this connection after used it, active record plugin will close it automaticallySQLExceptionCopyright © 2024. All rights reserved.