All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
BsUserInfoCQ |
addOrderBy_CreatedAt_Asc() |
BsUserInfoCQ |
addOrderBy_CreatedAt_Desc() |
BsUserInfoCQ |
addOrderBy_Id_Asc() |
BsUserInfoCQ |
addOrderBy_Id_Desc() |
BsUserInfoCQ |
addOrderBy_UpdatedAt_Asc() |
BsUserInfoCQ |
addOrderBy_UpdatedAt_Desc() |
String |
asTableDbName() |
void |
bool(EsAbstractConditionQuery.BoolCall<UserInfoCQ> boolLambda) |
void |
bool(EsAbstractConditionQuery.BoolCall<UserInfoCQ> boolLambda,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.BoolQueryBuilder> opLambda) |
void |
filtered(EsAbstractConditionQuery.FilteredCall<UserInfoCQ,UserInfoCQ> filteredLambda) |
void |
filtered(EsAbstractConditionQuery.FilteredCall<UserInfoCQ,UserInfoCQ> filteredLambda,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.BoolQueryBuilder> opLambda) |
void |
functionScore(EsAbstractConditionQuery.OperatorCall<UserInfoCQ> queryLambda,
EsAbstractConditionQuery.ScoreFunctionCall<EsAbstractConditionQuery.ScoreFunctionCreator<UserInfoCQ>> functionsLambda,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder> opLambda) |
void |
not(EsAbstractConditionQuery.OperatorCall<UserInfoCQ> notLambda) |
void |
not(EsAbstractConditionQuery.OperatorCall<UserInfoCQ> notLambda,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.BoolQueryBuilder> opLambda) |
void |
setCreatedAt_CommonTerms(LocalDateTime createdAt) |
void |
setCreatedAt_CommonTerms(LocalDateTime createdAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.CommonTermsQueryBuilder> opLambda) |
void |
setCreatedAt_Equal(LocalDateTime createdAt) |
void |
setCreatedAt_Equal(LocalDateTime createdAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.TermQueryBuilder> opLambda) |
void |
setCreatedAt_Exists() |
void |
setCreatedAt_Exists(EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.ExistsQueryBuilder> opLambda) |
void |
setCreatedAt_Fuzzy(LocalDateTime createdAt) |
void |
setCreatedAt_Fuzzy(LocalDateTime createdAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.MatchQueryBuilder> opLambda) |
void |
setCreatedAt_GreaterEqual(LocalDateTime createdAt) |
void |
setCreatedAt_GreaterEqual(LocalDateTime createdAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.RangeQueryBuilder> opLambda) |
void |
setCreatedAt_GreaterThan(LocalDateTime createdAt) |
void |
setCreatedAt_GreaterThan(LocalDateTime createdAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.RangeQueryBuilder> opLambda) |
void |
setCreatedAt_InScope(Collection<LocalDateTime> createdAtList) |
void |
setCreatedAt_InScope(Collection<LocalDateTime> createdAtList,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.TermsQueryBuilder> opLambda) |
void |
setCreatedAt_LessEqual(LocalDateTime createdAt) |
void |
setCreatedAt_LessEqual(LocalDateTime createdAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.RangeQueryBuilder> opLambda) |
void |
setCreatedAt_LessThan(LocalDateTime createdAt) |
void |
setCreatedAt_LessThan(LocalDateTime createdAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.RangeQueryBuilder> opLambda) |
void |
setCreatedAt_Match(LocalDateTime createdAt) |
void |
setCreatedAt_Match(LocalDateTime createdAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.MatchQueryBuilder> opLambda) |
void |
setCreatedAt_MatchPhrase(LocalDateTime createdAt) |
void |
setCreatedAt_MatchPhrase(LocalDateTime createdAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.MatchPhraseQueryBuilder> opLambda) |
void |
setCreatedAt_MatchPhrasePrefix(LocalDateTime createdAt) |
void |
setCreatedAt_MatchPhrasePrefix(LocalDateTime createdAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder> opLambda) |
void |
setCreatedAt_NotEqual(LocalDateTime createdAt) |
void |
setCreatedAt_NotEqual(LocalDateTime createdAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.BoolQueryBuilder> opLambda) |
void |
setCreatedAt_NotTerm(LocalDateTime createdAt) |
void |
setCreatedAt_NotTerm(LocalDateTime createdAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.BoolQueryBuilder> opLambda) |
void |
setCreatedAt_Term(LocalDateTime createdAt) |
void |
setCreatedAt_Term(LocalDateTime createdAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.TermQueryBuilder> opLambda) |
void |
setCreatedAt_Terms(Collection<LocalDateTime> createdAtList) |
void |
setCreatedAt_Terms(Collection<LocalDateTime> createdAtList,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.TermsQueryBuilder> opLambda) |
void |
setId_Equal(String id) |
void |
setId_Equal(String id,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.TermQueryBuilder> opLambda) |
void |
setId_InScope(Collection<String> idList) |
void |
setId_InScope(Collection<String> idList,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.IdsQueryBuilder> opLambda) |
void |
setId_NotEqual(String id) |
void |
setId_NotEqual(String id,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.BoolQueryBuilder> opLambda) |
void |
setId_NotTerm(String id) |
void |
setId_NotTerm(String id,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.BoolQueryBuilder> opLambda) |
void |
setId_Term(String id) |
void |
setId_Term(String id,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.TermQueryBuilder> opLambda) |
void |
setId_Terms(Collection<String> idList) |
void |
setId_Terms(Collection<String> idList,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.IdsQueryBuilder> opLambda) |
void |
setUpdatedAt_CommonTerms(LocalDateTime updatedAt) |
void |
setUpdatedAt_CommonTerms(LocalDateTime updatedAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.CommonTermsQueryBuilder> opLambda) |
void |
setUpdatedAt_Equal(LocalDateTime updatedAt) |
void |
setUpdatedAt_Equal(LocalDateTime updatedAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.TermQueryBuilder> opLambda) |
void |
setUpdatedAt_Exists() |
void |
setUpdatedAt_Exists(EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.ExistsQueryBuilder> opLambda) |
void |
setUpdatedAt_Fuzzy(LocalDateTime updatedAt) |
void |
setUpdatedAt_Fuzzy(LocalDateTime updatedAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.MatchQueryBuilder> opLambda) |
void |
setUpdatedAt_GreaterEqual(LocalDateTime updatedAt) |
void |
setUpdatedAt_GreaterEqual(LocalDateTime updatedAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.RangeQueryBuilder> opLambda) |
void |
setUpdatedAt_GreaterThan(LocalDateTime updatedAt) |
void |
setUpdatedAt_GreaterThan(LocalDateTime updatedAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.RangeQueryBuilder> opLambda) |
void |
setUpdatedAt_InScope(Collection<LocalDateTime> updatedAtList) |
void |
setUpdatedAt_InScope(Collection<LocalDateTime> updatedAtList,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.TermsQueryBuilder> opLambda) |
void |
setUpdatedAt_LessEqual(LocalDateTime updatedAt) |
void |
setUpdatedAt_LessEqual(LocalDateTime updatedAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.RangeQueryBuilder> opLambda) |
void |
setUpdatedAt_LessThan(LocalDateTime updatedAt) |
void |
setUpdatedAt_LessThan(LocalDateTime updatedAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.RangeQueryBuilder> opLambda) |
void |
setUpdatedAt_Match(LocalDateTime updatedAt) |
void |
setUpdatedAt_Match(LocalDateTime updatedAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.MatchQueryBuilder> opLambda) |
void |
setUpdatedAt_MatchPhrase(LocalDateTime updatedAt) |
void |
setUpdatedAt_MatchPhrase(LocalDateTime updatedAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.MatchPhraseQueryBuilder> opLambda) |
void |
setUpdatedAt_MatchPhrasePrefix(LocalDateTime updatedAt) |
void |
setUpdatedAt_MatchPhrasePrefix(LocalDateTime updatedAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder> opLambda) |
void |
setUpdatedAt_NotEqual(LocalDateTime updatedAt) |
void |
setUpdatedAt_NotEqual(LocalDateTime updatedAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.BoolQueryBuilder> opLambda) |
void |
setUpdatedAt_NotTerm(LocalDateTime updatedAt) |
void |
setUpdatedAt_NotTerm(LocalDateTime updatedAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.BoolQueryBuilder> opLambda) |
void |
setUpdatedAt_Term(LocalDateTime updatedAt) |
void |
setUpdatedAt_Term(LocalDateTime updatedAt,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.TermQueryBuilder> opLambda) |
void |
setUpdatedAt_Terms(Collection<LocalDateTime> updatedAtList) |
void |
setUpdatedAt_Terms(Collection<LocalDateTime> updatedAtList,
EsAbstractConditionQuery.ConditionOptionCall<org.elasticsearch.index.query.TermsQueryBuilder> opLambda) |
String |
xgetAliasName() |