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.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 JOOQMapping -
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) no.sikt.graphitron.javapoet.CodeBlockFetchContext.renderQuerySource(JOOQMapping localTable) -
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 JOOQMapping