| Modifier and Type | Method and Description |
|---|---|
static AbstractDSLCodeGen.ReturnType |
AbstractDSLCodeGen.ReturnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractDSLCodeGen.ReturnType[] |
AbstractDSLCodeGen.ReturnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
MultiColumnsSliceRestrictionCodeGen.addMultipleColumnsSliceRestrictions(com.squareup.javapoet.TypeSpec.Builder parentClassBuilder,
String parentClassName,
List<AbstractDSLCodeGen.FieldSignatureInfo> clusteringCols,
AbstractDSLCodeGen.ClassSignatureInfo lastSignature,
AbstractDSLCodeGen.ReturnType returnType) |
default void |
MultiColumnsSliceRestrictionCodeGen.addSingleColumnSliceRestrictions(com.squareup.javapoet.TypeSpec.Builder relationClassBuilder,
AbstractDSLCodeGen.FieldSignatureInfo fieldInfo,
AbstractDSLCodeGen.ClassSignatureInfo nextSignature,
AbstractDSLCodeGen.ClassSignatureInfo lastSignature,
AbstractDSLCodeGen.ReturnType returnType) |
default com.squareup.javapoet.MethodSpec |
MultiColumnsSliceRestrictionCodeGen.buildAsymmetricColumnDoubleRelation(String relation1,
String relation2,
com.squareup.javapoet.TypeName nextType,
List<AbstractDSLCodeGen.FieldSignatureInfo> fieldInfos1,
List<AbstractDSLCodeGen.FieldSignatureInfo> fieldInfos2,
AbstractDSLCodeGen.ReturnType returnType) |
default com.squareup.javapoet.MethodSpec |
BaseSingleColumnRestriction.buildColumnInVarargs(com.squareup.javapoet.TypeName nextType,
AbstractDSLCodeGen.FieldSignatureInfo fieldInfo,
AbstractDSLCodeGen.ReturnType returnType) |
default com.squareup.javapoet.MethodSpec |
BaseSingleColumnRestriction.buildColumnRelation(String relation,
com.squareup.javapoet.TypeName nextType,
AbstractDSLCodeGen.FieldSignatureInfo fieldInfo,
AbstractDSLCodeGen.ReturnType returnType) |
default com.squareup.javapoet.MethodSpec |
MultiColumnsSliceRestrictionCodeGen.buildDoubleColumnRelation(String relation1,
String relation2,
com.squareup.javapoet.TypeName nextType,
AbstractDSLCodeGen.FieldSignatureInfo fieldInfo,
AbstractDSLCodeGen.ReturnType returnType) |
default com.squareup.javapoet.MethodSpec |
MultiColumnsSliceRestrictionCodeGen.buildDoubleTokenValueRelation(String relation1,
String relation2,
com.squareup.javapoet.TypeName nextType,
List<String> partitionKeyColumns,
AbstractDSLCodeGen.ReturnType returnType) |
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) |
default void |
JSONFunctionCallSupport.buildSetFromJSONToRelationClass(UpdateDSLCodeGen.ParentSignature parentSignature,
FieldParser.FieldMetaSignature fieldMeta,
com.squareup.javapoet.TypeName newTypeName,
AbstractDSLCodeGen.ReturnType returnType) |
default com.squareup.javapoet.MethodSpec |
MultiColumnsSliceRestrictionCodeGen.buildSymmetricColumnDoubleRelation(String relation1,
String relation2,
com.squareup.javapoet.TypeName nextType,
List<AbstractDSLCodeGen.FieldSignatureInfo> fieldInfos,
AbstractDSLCodeGen.ReturnType returnType) |
default com.squareup.javapoet.MethodSpec |
BaseSingleColumnRestriction.buildTokenValueRelation(String relation,
com.squareup.javapoet.TypeName nextType,
List<String> partitionKeyColumns,
AbstractDSLCodeGen.ReturnType returnType) |
default com.squareup.javapoet.MethodSpec |
MultiColumnsSliceRestrictionCodeGen.buildTuplesColumnRelation(String relation,
com.squareup.javapoet.TypeName nextType,
List<AbstractDSLCodeGen.FieldSignatureInfo> fieldInfos,
AbstractDSLCodeGen.ReturnType returnType) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.javapoet.MethodSpec |
DeleteDSLCodeGen.buildDeleteColumnMethod(com.squareup.javapoet.TypeName deleteTypeName,
FieldParser.FieldMetaSignature parsingResult,
AbstractDSLCodeGen.ReturnType returnType) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
SelectWhereDSLCodeGen.augmentRelationClassForWhereClause(com.squareup.javapoet.TypeSpec.Builder relationClassBuilder,
AbstractDSLCodeGen.FieldSignatureInfo fieldSignatureInfo,
AbstractDSLCodeGen.ClassSignatureInfo nextSignature,
AbstractDSLCodeGen.ReturnType returnType) |
com.squareup.javapoet.MethodSpec |
SelectDSLCodeGen.buildSelectColumnMethod(com.squareup.javapoet.TypeName newTypeName,
FieldParser.FieldMetaSignature parsingResult,
String selectVariable,
AbstractDSLCodeGen.ReturnType returnType) |
com.squareup.javapoet.MethodSpec |
SelectDSLCodeGen.buildSelectComputedColumnMethod(com.squareup.javapoet.TypeName newTypeName,
FieldParser.FieldMetaSignature parsingResult,
String fieldName,
AbstractDSLCodeGen.ReturnType returnType) |
com.squareup.javapoet.MethodSpec |
SelectDSLCodeGen.buildSelectFunctionCallMethod(com.squareup.javapoet.TypeName newTypeName,
String fieldName,
AbstractDSLCodeGen.ReturnType returnType) |
void |
SelectDSLCodeGen.buildSelectUDTClassAndMethods(com.squareup.javapoet.TypeSpec.Builder parentClassBuilder,
com.squareup.javapoet.TypeName returnClassTypeName,
String parentClassName,
String parentQuotedCqlColumn,
FieldParser.FieldMetaSignature fieldSignature,
String selectVariable,
AbstractDSLCodeGen.ReturnType returnType) |
com.squareup.javapoet.MethodSpec |
SelectDSLCodeGen.buildSelectUDTColumnMethod(com.squareup.javapoet.TypeName newTypeName,
String selectVariable,
String fieldName,
String quotedCqlColumn,
AbstractDSLCodeGen.ReturnType returnType) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectWhereDSLCodeGen2_1.augmentRelationClassForWhereClause(com.squareup.javapoet.TypeSpec.Builder relationClassBuilder,
AbstractDSLCodeGen.FieldSignatureInfo fieldSignatureInfo,
AbstractDSLCodeGen.ClassSignatureInfo nextSignature,
AbstractDSLCodeGen.ReturnType returnType) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectWhereDSLCodeGen2_2.augmentRelationClassForWhereClause(com.squareup.javapoet.TypeSpec.Builder relationClassBuilder,
AbstractDSLCodeGen.FieldSignatureInfo fieldInfo,
AbstractDSLCodeGen.ClassSignatureInfo nextSignature,
AbstractDSLCodeGen.ReturnType returnType) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
UpdateDSLCodeGen.augmentUpdateRelationClass(UpdateDSLCodeGen.ParentSignature parentSignature,
FieldParser.FieldMetaSignature parsingResult,
com.squareup.javapoet.TypeName newTypeName,
AbstractDSLCodeGen.ReturnType returnType) |
void |
UpdateDSLCodeGen.buildMethodForSimpleUpdate(UpdateDSLCodeGen.ParentSignature parentSignature,
com.squareup.javapoet.TypeName newTypeName,
FieldParser.FieldMetaSignature parsingResult,
AbstractDSLCodeGen.ReturnType returnType) |
void |
UpdateDSLCodeGen.buildMethodsForCounterUpdate(UpdateDSLCodeGen.ParentSignature parentSignature,
com.squareup.javapoet.TypeName newTypeName,
FieldParser.FieldMetaSignature parsingResult,
AbstractDSLCodeGen.ReturnType returnType) |
void |
UpdateDSLCodeGen.buildMethodsForListUpdate(UpdateDSLCodeGen.ParentSignature parentSignature,
com.squareup.javapoet.TypeName newTypeName,
FieldParser.FieldMetaSignature fieldMetaSignature,
AbstractDSLCodeGen.ReturnType returnType) |
void |
UpdateDSLCodeGen.buildMethodsForMapUpdate(UpdateDSLCodeGen.ParentSignature parentSignature,
com.squareup.javapoet.TypeName newTypeName,
FieldParser.FieldMetaSignature fieldMetaSignature,
AbstractDSLCodeGen.ReturnType returnType) |
void |
UpdateDSLCodeGen.buildMethodsForSetUpdate(UpdateDSLCodeGen.ParentSignature parentSignature,
com.squareup.javapoet.TypeName newTypeName,
FieldParser.FieldMetaSignature fieldMetaSignature,
AbstractDSLCodeGen.ReturnType returnType) |
void |
UpdateDSLCodeGen.buildUpdateColumnMethods(UpdateDSLCodeGen.ParentSignature parentSignature,
com.squareup.javapoet.TypeName nextTypeName,
FieldParser.FieldMetaSignature fieldMeta,
AbstractDSLCodeGen.ReturnType returnType) |
void |
UpdateDSLCodeGen.createRelationClassForColumn(UpdateDSLCodeGen.ParentSignature parentSignature,
FieldParser.FieldMetaSignature fieldSignature,
com.squareup.javapoet.TypeName newTypeName,
AbstractDSLCodeGen.ReturnType returnType,
List<com.squareup.javapoet.MethodSpec> methods) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UpdateDSLCodeGen2_1.augmentUpdateRelationClass(UpdateDSLCodeGen.ParentSignature parentSignature,
FieldParser.FieldMetaSignature parsingResult,
com.squareup.javapoet.TypeName newTypeName,
AbstractDSLCodeGen.ReturnType returnType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UpdateDSLCodeGen2_2.augmentUpdateRelationClass(UpdateDSLCodeGen.ParentSignature parentSignature,
FieldParser.FieldMetaSignature fieldMeta,
com.squareup.javapoet.TypeName newTypeName,
AbstractDSLCodeGen.ReturnType returnType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UpdateDSLCodeGen3_6.augmentUpdateRelationClass(UpdateDSLCodeGen.ParentSignature parentSignature,
FieldParser.FieldMetaSignature parsingResult,
com.squareup.javapoet.TypeName newTypeName,
AbstractDSLCodeGen.ReturnType returnType) |
| Modifier and Type | Method and Description |
|---|---|
void |
DSESearchSupport.AugmentRelationClassForWhereClauseLambda.augmentRelationClassForWhereClause(com.squareup.javapoet.TypeSpec.Builder relationClassBuilder,
AbstractDSLCodeGen.FieldSignatureInfo fieldInfo,
AbstractDSLCodeGen.ClassSignatureInfo lastSignature,
AbstractDSLCodeGen.ReturnType returnType) |
default com.squareup.javapoet.MethodSpec |
DSESearchSupport.buildDSEDoubleDateRelation(String relation1,
String relation2,
com.squareup.javapoet.TypeName nextType,
AbstractDSLCodeGen.FieldSignatureInfo fieldInfo,
AbstractDSLCodeGen.ReturnType returnType) |
default com.squareup.javapoet.MethodSpec |
DSESearchSupport.buildDSEDoubleRelation(String relation1,
String relation2,
com.squareup.javapoet.TypeName nextType,
AbstractDSLCodeGen.FieldSignatureInfo fieldInfo,
AbstractDSLCodeGen.ReturnType returnType) |
default com.squareup.javapoet.MethodSpec |
DSESearchSupport.buildDSERawPredicate(com.squareup.javapoet.TypeName nextType,
AbstractDSLCodeGen.FieldSignatureInfo fieldInfo,
AbstractDSLCodeGen.ReturnType returnType) |
default void |
DSESearchSupport.buildDSESearchIndexRelation(EntityMetaCodeGen.EntityMetaSignature signature,
com.squareup.javapoet.TypeSpec.Builder indexSelectWhereBuilder,
DSESearchSupport.AugmentRelationClassForWhereClauseLambda augmentRelationClassForWhereClauseLambda,
String parentClassName,
AbstractDSLCodeGen.ClassSignatureInfo lastSignature,
AbstractDSLCodeGen.ReturnType returnType) |
abstract void |
IndexSelectWhereDSLCodeGen.buildDSESearchIndexRelation(com.squareup.javapoet.TypeSpec.Builder indexSelectWhereBuilder,
EntityMetaCodeGen.EntityMetaSignature signature,
String parentClassName,
AbstractDSLCodeGen.ClassSignatureInfo lastSignature,
AbstractDSLCodeGen.ReturnType returnType) |
default com.squareup.javapoet.MethodSpec |
DSESearchSupport.buildDSESingleDateRelation(String relation,
com.squareup.javapoet.TypeName nextType,
AbstractDSLCodeGen.FieldSignatureInfo fieldInfo,
AbstractDSLCodeGen.ReturnType returnType) |
default com.squareup.javapoet.MethodSpec |
DSESearchSupport.buildDSESingleRelation(String relation,
com.squareup.javapoet.TypeName nextType,
AbstractDSLCodeGen.FieldSignatureInfo fieldInfo,
AbstractDSLCodeGen.ReturnType returnType) |
default com.squareup.javapoet.MethodSpec |
DSESearchSupport.buildDSETextContains(com.squareup.javapoet.TypeName nextType,
AbstractDSLCodeGen.FieldSignatureInfo fieldInfo,
AbstractDSLCodeGen.ReturnType returnType) |
default com.squareup.javapoet.MethodSpec |
DSESearchSupport.buildDSETextEndWith(com.squareup.javapoet.TypeName nextType,
AbstractDSLCodeGen.FieldSignatureInfo fieldInfo,
AbstractDSLCodeGen.ReturnType returnType) |
default com.squareup.javapoet.MethodSpec |
DSESearchSupport.buildDSETextStartWith(com.squareup.javapoet.TypeName nextType,
AbstractDSLCodeGen.FieldSignatureInfo fieldInfo,
AbstractDSLCodeGen.ReturnType returnType) |
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) |
default com.squareup.javapoet.MethodSpec |
SASISupport.buildSASIContains(com.squareup.javapoet.TypeName nextType,
AbstractDSLCodeGen.FieldSignatureInfo fieldInfo,
AbstractDSLCodeGen.ReturnType returnType) |
default com.squareup.javapoet.MethodSpec |
SASISupport.buildSASIEndWith(com.squareup.javapoet.TypeName nextType,
AbstractDSLCodeGen.FieldSignatureInfo fieldInfo,
AbstractDSLCodeGen.ReturnType returnType) |
abstract void |
IndexSelectWhereDSLCodeGen.buildSASIIndexRelation(com.squareup.javapoet.TypeSpec.Builder indexSelectWhereBuilder,
EntityMetaCodeGen.EntityMetaSignature signature,
String parentClassName,
AbstractDSLCodeGen.ClassSignatureInfo lastSignature,
AbstractDSLCodeGen.ReturnType returnType) |
default com.squareup.javapoet.MethodSpec |
SASISupport.buildSASILike(com.squareup.javapoet.TypeName nextType,
AbstractDSLCodeGen.FieldSignatureInfo fieldInfo,
AbstractDSLCodeGen.ReturnType returnType) |
default com.squareup.javapoet.MethodSpec |
SASISupport.buildSASIStartWith(com.squareup.javapoet.TypeName nextType,
AbstractDSLCodeGen.FieldSignatureInfo fieldInfo,
AbstractDSLCodeGen.ReturnType returnType) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexSelectWhereDSLCodeGen2_1.augmentRelationClassForWhereClause(com.squareup.javapoet.TypeSpec.Builder relationClassBuilder,
AbstractDSLCodeGen.FieldSignatureInfo fieldSignatureInfo,
AbstractDSLCodeGen.ClassSignatureInfo nextSignature,
AbstractDSLCodeGen.ReturnType returnType) |
void |
IndexSelectWhereDSLCodeGen2_1.buildDSESearchIndexRelation(com.squareup.javapoet.TypeSpec.Builder indexSelectWhereBuilder,
EntityMetaCodeGen.EntityMetaSignature signature,
String parentClassName,
AbstractDSLCodeGen.ClassSignatureInfo lastSignature,
AbstractDSLCodeGen.ReturnType returnType) |
void |
IndexSelectWhereDSLCodeGen2_1.buildSASIIndexRelation(com.squareup.javapoet.TypeSpec.Builder indexSelectWhereBuilder,
EntityMetaCodeGen.EntityMetaSignature signature,
String parentClassName,
AbstractDSLCodeGen.ClassSignatureInfo lastSignature,
AbstractDSLCodeGen.ReturnType returnType) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexSelectWhereDSLCodeGen2_2.augmentRelationClassForWhereClause(com.squareup.javapoet.TypeSpec.Builder relationClassBuilder,
AbstractDSLCodeGen.FieldSignatureInfo fieldInfo,
AbstractDSLCodeGen.ClassSignatureInfo nextSignature,
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) |
void |
IndexSelectWhereDSLCodeGen3_7.buildSASIIndexRelation(com.squareup.javapoet.TypeSpec.Builder indexSelectWhereBuilder,
EntityMetaCodeGen.EntityMetaSignature signature,
String parentClassName,
AbstractDSLCodeGen.ClassSignatureInfo lastSignature,
AbstractDSLCodeGen.ReturnType returnType) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexSelectWhereDSLCodeGen_DSE_4_8.buildDSESearchIndexRelation(com.squareup.javapoet.TypeSpec.Builder indexSelectWhereBuilder,
EntityMetaCodeGen.EntityMetaSignature signature,
String parentClassName,
AbstractDSLCodeGen.ClassSignatureInfo lastSignature,
AbstractDSLCodeGen.ReturnType returnType) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexSelectWhereDSLCodeGen_DSE_5_0_0.buildDSESearchIndexRelation(com.squareup.javapoet.TypeSpec.Builder indexSelectWhereBuilder,
EntityMetaCodeGen.EntityMetaSignature signature,
String parentClassName,
AbstractDSLCodeGen.ClassSignatureInfo lastSignature,
AbstractDSLCodeGen.ReturnType returnType) |
Copyright © 2012-2021. All Rights Reserved.