Initial add of SpiNamedParam

This commit is contained in:
Robin Bygrave
2016-07-12 20:45:33 +12:00
parent 86faa947af
commit 1a1c432c2a
11 changed files with 153 additions and 36 deletions
@@ -296,6 +296,8 @@ public interface SpiQuery<T> extends Query<T> {
*/
void setLoadDescription(String loadMode, String loadDescription);
SpiNamedParam createNamedParameter(String parameterName);
/**
* Return the joins required to support predicates on the many properties.
*/