mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#607 - bool conversion for and(), or() and not()
This commit is contained in:
@@ -18,9 +18,9 @@ import java.util.Map;
|
||||
public interface DocQueryContext {
|
||||
|
||||
/**
|
||||
* Start a conjunction or disjunction.
|
||||
* Start a junction.
|
||||
*/
|
||||
void startBool(boolean conjunction) throws IOException;
|
||||
void startBool(Junction.Type type) throws IOException;
|
||||
|
||||
/**
|
||||
* Start a conjunction.
|
||||
|
||||
Reference in New Issue
Block a user