mirror of
https://github.com/moparisthebest/JdbcMapper
synced 2024-11-22 00:52:16 -05:00
Make inListReplace string public
This commit is contained in:
parent
04170dda82
commit
430b4eab76
@ -27,7 +27,7 @@ public class ListQueryMapper extends QueryMapper {
|
||||
protected final QueryMapper delegate;
|
||||
protected final InList inList;
|
||||
|
||||
private static final String inListReplace = "{inList}";
|
||||
public static final String inListReplace = "{inList}";
|
||||
|
||||
private ListQueryMapper(Connection conn, String jndiName, QueryMapper delegate, ResultSetMapper cm, InList inList) {
|
||||
this.inList = inList;
|
||||
|
Loading…
Reference in New Issue
Block a user