Uses of Record Class
no.sikt.graphitron.definitions.helpers.NodeConfiguration
Packages that use NodeConfiguration
Package
Description
-
Uses of NodeConfiguration in no.sikt.graphitron.definitions.interfaces
Methods in no.sikt.graphitron.definitions.interfaces that return types with arguments of type NodeConfigurationModifier and TypeMethodDescriptiondefault Optional<NodeConfiguration> RecordObjectSpecification.getNodeConfiguration() -
Uses of NodeConfiguration in no.sikt.graphitron.definitions.objects
Methods in no.sikt.graphitron.definitions.objects that return types with arguments of type NodeConfiguration -
Uses of NodeConfiguration in no.sikt.graphitron.generators.codebuilding
Methods in no.sikt.graphitron.generators.codebuilding with parameters of type NodeConfigurationModifier and TypeMethodDescriptionstatic no.sikt.graphitron.javapoet.CodeBlockFormatCodeBlocks.createNodeIdBlock(NodeConfiguration nodeConfiguration, String targetAlias) static no.sikt.graphitron.javapoet.CodeBlockFormatCodeBlocks.createNodeIdBlockForRecord(NodeConfiguration nodeConfiguration, String recordVariableName) static no.sikt.graphitron.javapoet.CodeBlockFormatCodeBlocks.hasNodeIdOrIdsBlock(no.sikt.graphitron.javapoet.CodeBlock idOrRecordVariable, NodeConfiguration nodeConfiguration, String targetAlias, boolean isMultiple) static no.sikt.graphitron.javapoet.CodeBlockFormatCodeBlocks.hasNodeIdOrIdsBlock(no.sikt.graphitron.javapoet.CodeBlock idOrRecordVariable, NodeConfiguration nodeConfiguration, String targetAlias, List<String> overrideKeyCols, boolean isMultiple) -
Uses of NodeConfiguration in no.sikt.graphql.schema
Methods in no.sikt.graphql.schema that return NodeConfigurationModifier and TypeMethodDescriptionProcessedSchema.getNodeConfigurationForNodeIdFieldOrThrow(GenerationField field) Finds node type for a node ID field.ProcessedSchema.getNodeConfigurationForTypeOrThrow(String typeName) Returns theNodeConfigurationfor the given type name, or throws if the@nodeconfiguration is missing.ProcessedSchema.getNodeConfigurationForTypeOrThrow(RecordObjectSpecification<?> object) Returns theNodeConfigurationfor the given object, or throws if the@nodeconfiguration is missing.