Uses of Class
no.sikt.graphitron.definitions.mapping.JOOQMapping
Packages that use JOOQMapping
Package
Description
-
Uses of JOOQMapping in no.sikt.graphitron.definitions.fields.containedtypes
Methods in no.sikt.graphitron.definitions.fields.containedtypes that return JOOQMappingMethods in no.sikt.graphitron.definitions.fields.containedtypes with parameters of type JOOQMappingModifier and TypeMethodDescriptionFieldReference.createConditionJoinFor(JoinListSequence joinSequence, JOOQMapping tableNameBackup, boolean isNullable) FieldReference.createJoinOnKeyFor(JOOQMapping keyOverride, JoinListSequence joinSequence, JOOQMapping tableNameBackup, boolean isNullable) FieldReference.createJoinOnKeyFor(JoinListSequence joinSequence, JOOQMapping tableNameBackup, boolean isNullable) Constructors in no.sikt.graphitron.definitions.fields.containedtypes with parameters of type JOOQMappingModifierConstructorDescriptionFieldReference(JOOQMapping table) FieldReference(JOOQMapping table, JOOQMapping key, SQLCondition tableCondition) -
Uses of JOOQMapping in no.sikt.graphitron.definitions.helpers
Methods in no.sikt.graphitron.definitions.helpers that return JOOQMappingModifier and TypeMethodDescriptionNodeConfiguration.targetTable()Returns the value of thetargetTablerecord component.Constructors in no.sikt.graphitron.definitions.helpers with parameters of type JOOQMappingModifierConstructorDescriptionNodeConfiguration(graphql.language.TypeDefinition<?> objectDefinition, JOOQMapping table) NodeConfiguration(String typeId, JOOQMapping targetTable, List<String> keyColumnsJavaNames, boolean hasCustomTypeId) Creates an instance of aNodeConfigurationrecord class. -
Uses of JOOQMapping in no.sikt.graphitron.definitions.interfaces
Methods in no.sikt.graphitron.definitions.interfaces that return JOOQMapping -
Uses of JOOQMapping in no.sikt.graphitron.definitions.mapping
Methods in no.sikt.graphitron.definitions.mapping that return JOOQMappingModifier and TypeMethodDescriptionstatic JOOQMappingstatic JOOQMappingTableRelation.getFrom()JOOQMapping.getInverseKey()TableRelation.getKey()Alias.getTable()JOOQMapping.getTable()TableRelation.getToTable()Constructors in no.sikt.graphitron.definitions.mapping with parameters of type JOOQMappingModifierConstructorDescriptionAlias(String prefix, JOOQMapping table, boolean isLeft) TableRelation(JOOQMapping from, JOOQMapping toTable) TableRelation(JOOQMapping from, JOOQMapping toTable, JOOQMapping key) -
Uses of JOOQMapping in no.sikt.graphitron.definitions.objects
Methods in no.sikt.graphitron.definitions.objects that return JOOQMapping -
Uses of JOOQMapping in no.sikt.graphitron.definitions.sql
Methods in no.sikt.graphitron.definitions.sql that return JOOQMappingConstructors in no.sikt.graphitron.definitions.sql with parameters of type JOOQMappingModifierConstructorDescriptionSQLJoinOnKey(JOOQMapping key) SQLJoinStatement(JoinListSequence joinSequence, JoinElement joinTargetTable, AliasWrapper joinAlias, List<SQLJoinField> joinFields, boolean nullable, JOOQMapping key) -
Uses of JOOQMapping in no.sikt.graphitron.generators.abstractions
Methods in no.sikt.graphitron.generators.abstractions that return JOOQMappingModifier and TypeMethodDescriptionprotected JOOQMappingAbstractSchemaMethodGenerator.getLocalTable() -
Uses of JOOQMapping in no.sikt.graphitron.generators.context
Methods in no.sikt.graphitron.generators.context that return JOOQMappingModifier and TypeMethodDescriptionFetchContext.getPreviousTable()FetchContext.getReferenceOrPreviousTable()FetchContext.getReferenceTable()FetchContext.getTargetTable()Methods in no.sikt.graphitron.generators.context with parameters of type JOOQMappingModifier and TypeMethodDescriptionFetchContext.createJoinOnExplicitPathFor(FieldReference fRef, JOOQMapping keyOverride, JoinListSequence joinSequence, JOOQMapping tableNameBackup, boolean isNullable) static Optional<org.jooq.ForeignKey<?, ?>> NodeIdReferenceHelpers.findForeignKeyForNodeIdField(GenerationField field, ProcessedSchema schema, JOOQMapping currentTable) Resolves the foreign key connectingcurrentTableto the node type's target table for a @nodeId reference field.static booleanNodeIdReferenceHelpers.isNodeIdReferenceField(GenerationField field, ProcessedSchema schema, JOOQMapping currentTable) Determines whether a @nodeId field is a reference.no.sikt.graphitron.javapoet.CodeBlockFetchContext.renderQuerySource(JOOQMapping localTable) NodeIdReferenceHelpers.resolveColumnNamesForNodeIdField(GenerationField field, ProcessedSchema schema, JOOQMapping currentTable) Returns the Java column names to use for a @nodeId field given the current table context. -
Uses of JOOQMapping in no.sikt.graphitron.mappings
Methods in no.sikt.graphitron.mappings with parameters of type JOOQMappingModifier and TypeMethodDescriptionTableReflection.getKeyFields(JOOQMapping key) static TableRelationTypeTableReflection.inferRelationType(String leftTableName, String rightTableName, JOOQMapping preferredKey) -
Uses of JOOQMapping in no.sikt.graphql.schema
Methods in no.sikt.graphql.schema that return types with arguments of type JOOQMappingModifier and TypeMethodDescriptionProcessedSchema.findInputTables(GenerationField field) Simple method that tries to find a table reference in the input records.Methods in no.sikt.graphql.schema with parameters of type JOOQMappingModifier and TypeMethodDescriptionProcessedSchema.getNodeTypesWithTable(JOOQMapping table) booleanProcessedSchema.invokesSubquery(GenerationField field, JOOQMapping currentTable) Determines whether the field requires a correlated subquery in the generated database query.