Uses of Interface
com.speedment.common.codegen.model.trait.HasConstructors
-
Packages that use HasConstructors Package Description com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package.com.speedment.common.codegen.model.trait Common traits used by the codegen models located in thecom.speedment.codegen.lang.modelpackage. -
-
Uses of HasConstructors in com.speedment.common.codegen.model
Subinterfaces of HasConstructors in com.speedment.common.codegen.model Modifier and Type Interface Description interfaceClassA model that represents a class in code.interfaceEnumA model that represents an enumeration in code. -
Uses of HasConstructors in com.speedment.common.codegen.model.trait
Classes in com.speedment.common.codegen.model.trait with type parameters of type HasConstructors Modifier and Type Interface Description interfaceHasConstructors<T extends HasConstructors<T>>A trait for models that containConstructorcomponents.
-