mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1211 - ENH: Support L2 cache complex natural keys include findList() queries
This commit is contained in:
@@ -74,5 +74,5 @@ public interface SpiExpressionRequest {
|
||||
/**
|
||||
* Append IN expression taking into account platform and type support for Multi-value.
|
||||
*/
|
||||
void appendInExpression(boolean not, Object[] bindValues);
|
||||
void appendInExpression(boolean not, List<Object> bindValues);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user