Add JdbcMapperControl.java to make legacy JdbcControl classes easier to convert
This commit is contained in:
parent
c3278a0d29
commit
e3d7bfb432
@ -0,0 +1,9 @@
|
|||||||
|
package org.apache.beehive.controls.system.jdbc;
|
||||||
|
|
||||||
|
import com.moparisthebest.jdbc.codegen.JdbcMapper;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This is just a utility class to make it easier to convert your JdbcControls to JdbcMapper
|
||||||
|
*/
|
||||||
|
public interface JdbcMapperControl extends JdbcMapper, CloseableControl {
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user