| Modifier and Type | Field and Description |
|---|---|
static Comparator<AbstractDSLCodeGen.IndexFieldSignatureInfo> |
AbstractDSLCodeGen.INDEX_FIELD_SIGNATURE_SORTER |
| Modifier and Type | Method and Description |
|---|---|
static AbstractDSLCodeGen.IndexFieldSignatureInfo |
AbstractDSLCodeGen.IndexFieldSignatureInfo.of(String fieldName,
String cqlColumn,
com.squareup.javapoet.TypeName typeName,
IndexInfo indexInfo,
FieldParser.IndexMetaSignature indexMetaSignature) |
| Modifier and Type | Method and Description |
|---|---|
static List<AbstractDSLCodeGen.IndexFieldSignatureInfo> |
AbstractDSLCodeGen.getDSESearchColsSignatureInfo(List<FieldParser.FieldMetaSignature> parsingResults) |
List<AbstractDSLCodeGen.IndexFieldSignatureInfo> |
AbstractDSLCodeGen.getIndexedColsSignatureInfo(IndexImpl indexImpl,
List<FieldParser.FieldMetaSignature> parsingResults) |
| Modifier and Type | Method and Description |
|---|---|
default void |
JSONFunctionCallSupport.buildJSONIndexRelationForCollection(com.squareup.javapoet.TypeSpec.Builder relationClassBuilder,
AbstractDSLCodeGen.IndexFieldSignatureInfo indexFieldInfo,
com.squareup.javapoet.TypeName returnClassType,
AbstractDSLCodeGen.ReturnType returnType) |
default void |
JSONFunctionCallSupport.buildJSONIndexRelationForMapEntry(com.squareup.javapoet.TypeSpec.Builder relationClassBuilder,
AbstractDSLCodeGen.IndexFieldSignatureInfo indexFieldInfo,
com.squareup.javapoet.TypeName returnClassType,
AbstractDSLCodeGen.ReturnType returnType) |
default void |
JSONFunctionCallSupport.buildJSONIndexRelationForMapKey(com.squareup.javapoet.TypeSpec.Builder relationClassBuilder,
AbstractDSLCodeGen.IndexFieldSignatureInfo indexFieldInfo,
com.squareup.javapoet.TypeName returnClassType,
AbstractDSLCodeGen.ReturnType returnType) |
default void |
JSONFunctionCallSupport.buildJSONIndexRelationForMapValue(com.squareup.javapoet.TypeSpec.Builder relationClassBuilder,
AbstractDSLCodeGen.IndexFieldSignatureInfo indexFieldInfo,
com.squareup.javapoet.TypeName returnClassType,
AbstractDSLCodeGen.ReturnType returnType) |
| Modifier and Type | Method and Description |
|---|---|
protected com.squareup.javapoet.MethodSpec |
IndexSelectWhereDSLCodeGen.buildIndexRelationForCollection(AbstractDSLCodeGen.IndexFieldSignatureInfo indexFieldInfo,
com.squareup.javapoet.TypeName returnClassType,
AbstractDSLCodeGen.ReturnType returnType) |
com.squareup.javapoet.MethodSpec |
IndexSelectWhereDSLCodeGen.buildIndexRelationForMapEntry(AbstractDSLCodeGen.IndexFieldSignatureInfo indexFieldInfo,
com.squareup.javapoet.TypeName returnClassType,
AbstractDSLCodeGen.ReturnType returnType) |
protected com.squareup.javapoet.MethodSpec |
IndexSelectWhereDSLCodeGen.buildIndexRelationForMapKey(AbstractDSLCodeGen.IndexFieldSignatureInfo indexFieldInfo,
com.squareup.javapoet.TypeName returnClassType,
AbstractDSLCodeGen.ReturnType returnType) |
protected com.squareup.javapoet.MethodSpec |
IndexSelectWhereDSLCodeGen.buildIndexRelationForMapValue(AbstractDSLCodeGen.IndexFieldSignatureInfo indexFieldInfo,
com.squareup.javapoet.TypeName returnClassType,
AbstractDSLCodeGen.ReturnType returnType) |
void |
IndexSelectWhereDSLCodeGen.buildNativeIndexRelation(com.squareup.javapoet.TypeSpec.Builder indexSelectWhereBuilder,
AbstractDSLCodeGen.IndexFieldSignatureInfo indexFieldInfo,
String parentClassName,
AbstractDSLCodeGen.ClassSignatureInfo lastSignature,
AbstractDSLCodeGen.ReturnType returnType) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexSelectWhereDSLCodeGen3_7.buildSASIIndexRelation(com.squareup.javapoet.TypeSpec.Builder indexSelectWhereBuilder,
AbstractDSLCodeGen.IndexFieldSignatureInfo indexFieldInfo,
String parentClassName,
AbstractDSLCodeGen.ClassSignatureInfo lastSignature,
AbstractDSLCodeGen.ReturnType returnType) |
Copyright © 2012-2021. All Rights Reserved.