Uses of Class
no.sikt.graphitron.definitions.sql.SQLJoinStatement
Packages that use SQLJoinStatement
Package
Description
-
Uses of SQLJoinStatement in no.sikt.graphitron.definitions.fields.containedtypes
Methods in no.sikt.graphitron.definitions.fields.containedtypes that return SQLJoinStatementModifier 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) -
Uses of SQLJoinStatement in no.sikt.graphitron.generators.context
Methods in no.sikt.graphitron.generators.context that return SQLJoinStatementModifier and TypeMethodDescriptionFetchContext.createJoinOnExplicitPathFor(FieldReference fRef, JOOQMapping keyOverride, JoinListSequence joinSequence, JOOQMapping tableNameBackup, boolean isNullable) FetchContext.ExistsJoin.join()Methods in no.sikt.graphitron.generators.context that return types with arguments of type SQLJoinStatement -
Uses of SQLJoinStatement in no.sikt.graphitron.generators.db
Method parameters in no.sikt.graphitron.generators.db with type arguments of type SQLJoinStatementModifier and TypeMethodDescriptionprotected no.sikt.graphitron.javapoet.CodeBlockFetchDBMethodGenerator.createSelectJoins(Set<SQLJoinStatement> joinList) protected no.sikt.graphitron.javapoet.CodeBlockFetchDBMethodGenerator.createSelectJoins(Set<SQLJoinStatement> joinList, boolean skipFirstJoin)