Searched refs:uniqueFieldName (Results 1 – 1 of 1) sorted by relevance
182 String uniqueFieldName = shardOwner.getUniqueFieldName(fieldName); in ComponentImplementation() local183 this.externalReferenceBlock = CodeBlock.of("$T.this.$N", shardOwner.name, uniqueFieldName); in ComponentImplementation()187 FieldSpec.builder(name, uniqueFieldName, PRIVATE, FINAL) in ComponentImplementation()