Uses of Package
com.speedment.common.codegen
-
Packages that use com.speedment.common.codegen Package Description com.speedment.common.codegen The main interfaces of the codegen library are located in this package.com.speedment.common.codegen.controller Controllers that automate certain tasks on the model hierarchy is located here.com.speedment.common.codegen.provider This package contains provider classes. -
Classes in com.speedment.common.codegen used by com.speedment.common.codegen Class Description DependencyManager Keeps track of which dependencies have been imported and which is not included.Generator A hook to the generator that can be passed to various stages in the pipeline.Meta Meta information about the generation process.Meta.Builder Builder forMetaobjects.RenderStack Represents the stack of models currently processed by the generator.RenderTree RenderTree.Builder Transform Transforms must have a public constructor with no parameters so that it can be instantiated dynamically.TransformFactory DifferentTransformimplementations can be installed in theTransformFactoryto be instantiated when needed. -
Classes in com.speedment.common.codegen used by com.speedment.common.codegen.controller Class Description DependencyManager Keeps track of which dependencies have been imported and which is not included. -
Classes in com.speedment.common.codegen used by com.speedment.common.codegen.provider Class Description DependencyManager Keeps track of which dependencies have been imported and which is not included.Generator A hook to the generator that can be passed to various stages in the pipeline.Meta Meta information about the generation process.RenderStack Represents the stack of models currently processed by the generator.Transform Transforms must have a public constructor with no parameters so that it can be instantiated dynamically.TransformFactory DifferentTransformimplementations can be installed in theTransformFactoryto be instantiated when needed.