public class EntityJoinOperator extends EntityComparisonOperator<EntityCondition,EntityCondition>
连接操作
AND, ORAND, BETWEEN, EQUALS, GREATER_THAN, GREATER_THAN_EQUAL_TO, ID_AND, ID_BETWEEN, ID_EQUALS, ID_GREATER_THAN, ID_GREATER_THAN_EQUAL_TO, ID_IN, ID_IS_NULL, ID_LESS_THAN, ID_LESS_THAN_EQUAL_TO, ID_LIKE, ID_NOT, ID_NOT_EQUAL, ID_NOT_IN, ID_NOT_LIKE, ID_NOT_NULL, ID_OR, IN, IS_NULL, LESS_THAN, LESS_THAN_EQUAL_TO, LIKE, NOT, NOT_EQUALS, NOT_IN, NOT_LIKE, NOT_NULL, OR| 构造器和说明 |
|---|
EntityJoinOperator(int id,
String code) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
makeScript(DataScriptStatement script,
Collection<? extends EntityCondition> conditions,
ModelEntityView modelViewEntity) |
makeScriptequals, getCode, hashCode, toStringpublic EntityJoinOperator(int id,
String code)
public void makeScript(DataScriptStatement script, Collection<? extends EntityCondition> conditions, ModelEntityView modelViewEntity) throws EntityException
EntityExceptionCopyright © 2019. All rights reserved.