mirror of
https://github.com/moparisthebest/JdbcMapper
synced 2024-12-21 23:08:52 -05:00
Change default JdbcMapper.beanSuffix
This commit is contained in:
parent
1a37b1c4d1
commit
62bf29dc2b
@ -14,7 +14,7 @@ import java.sql.Connection;
|
||||
*/
|
||||
public interface JdbcMapper extends Closeable {
|
||||
|
||||
String beanSuffix = System.getProperty("JdbcMapper.beanSuffix", "Bean");
|
||||
String beanSuffix = System.getProperty("JdbcMapper.beanSuffix", "JCMBean");
|
||||
|
||||
Connection getConnection();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user