public class SelectDSLCodeGen3_10 extends SelectDSLCodeGen2_2
SelectDSLCodeGen.SelectColumnsSignatureAbstractDSLCodeGen.ClassSignatureInfo, AbstractDSLCodeGen.ClassSignatureParams, AbstractDSLCodeGen.FieldSignatureInfo, AbstractDSLCodeGen.IndexFieldSignatureInfo, AbstractDSLCodeGen.ReturnType, AbstractDSLCodeGen.WhereClauseForEQ, GT, GTE, INDEX_FIELD_SIGNATURE_SORTER, LT, LTE, TUPLE2_PARTITION_KEY_SORTER, TUPLE4_CLUSTERING_COLUMN_SORTER, TUPLE4_PARTITION_KEY_SORTER| Constructor and Description |
|---|
SelectDSLCodeGen3_10() |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.javapoet.TypeSpec.Builder |
buildSelectFrom(EntityMetaCodeGen.EntityMetaSignature signature,
String firstPartitionKey) |
com.squareup.javapoet.TypeSpec.Builder |
buildSelectFromJSON(EntityMetaCodeGen.EntityMetaSignature signature,
String className,
com.squareup.javapoet.TypeName selectWhereJSONTypeName,
com.squareup.javapoet.TypeName selectEndJSONTypeName) |
com.squareup.javapoet.TypeSpec.Builder |
buildSelectFromTypedMap(EntityMetaCodeGen.EntityMetaSignature signature,
String firstPartitionKey) |
augmentSelectClassbuildSelectClass, buildSelectColumnMethod, buildSelectColumns, buildSelectColumnsTypedMap, buildSelectComputedColumnMethod, buildSelectConstructor, buildSelectFunctionCallMethod, buildSelectUDTClassAndMethods, buildSelectUDTColumnMethodbuildAllColumns, buildAllColumnsWithSchemaProvider, buildClassesSignatureForWhereClause, buildEntityClassField, buildExactEntityMetaField, buildFrom, buildFromWithSchemaProvider, buildGetBoundValuesInternal, buildGetEncodedBoundValuesInternal, buildGetEntityClass, buildGetMetaInternal, buildGetOptions, buildGetRte, buildGetThis, buildRelationMethod, buildWhereConstructorWithOptions, formatColumnTuplesForJavadoc, getClusteringColsSignatureInfo, getDSESearchColsSignatureInfo, getIndexedColsSignatureInfo, getPartitionKeysSignatureInfo, hasCounter, relationToSymbolForJavaDocclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildAllColumnsJSON, buildAllColumnsJSONWithSchemaProvider, buildEqFromJSONToRelationClass, buildIfEqFromJSONToConditionClass, buildJSONIndexRelationForCollection, buildJSONIndexRelationForMapEntry, buildJSONIndexRelationForMapKey, buildJSONIndexRelationForMapValue, buildSetFromJSONToRelationClass, buildToJSONFunctionCallpublic com.squareup.javapoet.TypeSpec.Builder buildSelectFrom(EntityMetaCodeGen.EntityMetaSignature signature, String firstPartitionKey)
buildSelectFrom in class SelectDSLCodeGenpublic com.squareup.javapoet.TypeSpec.Builder buildSelectFromTypedMap(EntityMetaCodeGen.EntityMetaSignature signature, String firstPartitionKey)
buildSelectFromTypedMap in class SelectDSLCodeGenpublic com.squareup.javapoet.TypeSpec.Builder buildSelectFromJSON(EntityMetaCodeGen.EntityMetaSignature signature, String className, com.squareup.javapoet.TypeName selectWhereJSONTypeName, com.squareup.javapoet.TypeName selectEndJSONTypeName)
Copyright © 2012-2021. All Rights Reserved.