Uses of Class
no.sikt.graphitron.generators.abstractions.AbstractSchemaMethodGenerator
Packages that use AbstractSchemaMethodGenerator
Package
Description
-
Uses of AbstractSchemaMethodGenerator in no.sikt.graphitron.generators.abstractions
Subclasses of AbstractSchemaMethodGenerator in no.sikt.graphitron.generators.abstractionsModifier and TypeClassDescriptionclassclassclassDBMethodGenerator<T extends ObjectField>Generic select query generation functionality is contained within this class.classThis class contains common information and operations shared by resolver method generators.classThis class contains common information and operations shared by resolver method generators. -
Uses of AbstractSchemaMethodGenerator in no.sikt.graphitron.generators.db
Subclasses of AbstractSchemaMethodGenerator in no.sikt.graphitron.generators.dbModifier and TypeClassDescriptionclassThis class generates the queries needed to resolve entities.classGenerator that creates methods for counting all available elements for a type.classAbstract generator for various database fetching methods.classGenerator that creates the default data fetching methodsclassclassGenerator that creates the data fetching methods for interface implementations, e.g. queries used by the node resolver.classclassGenerator that creates the default data mutation methods. -
Uses of AbstractSchemaMethodGenerator in no.sikt.graphitron.generators.mapping
Subclasses of AbstractSchemaMethodGenerator in no.sikt.graphitron.generators.mappingModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of AbstractSchemaMethodGenerator in no.sikt.graphitron.generators.resolvers.datafetchers.operations
Subclasses of AbstractSchemaMethodGenerator in no.sikt.graphitron.generators.resolvers.datafetchers.operationsModifier and TypeClassDescriptionclassThis class generates the main entity resolver.classGenerates resolvers for the Node interface.classThis class generates the data fetchers for default fetch or mutation queries with potential arguments or pagination. -
Uses of AbstractSchemaMethodGenerator in no.sikt.graphitron.generators.resolvers.datafetchers.typeresolvers
Subclasses of AbstractSchemaMethodGenerator in no.sikt.graphitron.generators.resolvers.datafetchers.typeresolversModifier and TypeClassDescriptionclassClass for generating the helper method for type resolvers.classClass for generating any type resolvers. -
Uses of AbstractSchemaMethodGenerator in no.sikt.graphitron.generators.resolvers.kickstart.fetch
Subclasses of AbstractSchemaMethodGenerator in no.sikt.graphitron.generators.resolvers.kickstart.fetchModifier and TypeClassDescriptionclassGenerates resolvers for queries returning an interface.classThis class generates the resolvers for default fetch queries with potential arguments or pagination. -
Uses of AbstractSchemaMethodGenerator in no.sikt.graphitron.generators.resolvers.kickstart.update
Subclasses of AbstractSchemaMethodGenerator in no.sikt.graphitron.generators.resolvers.kickstart.updateModifier and TypeClassDescriptionclassThis class generates the resolvers for update queries with theGenerationDirective.MUTATIONdirective set.classThis class generates the resolvers for update queries with theGenerationDirective.SERVICEdirective set.classThis class generates the resolvers for default update queries.