Uses of Interface
com.speedment.common.codegen.model.trait.HasSupertype
-
Packages that use HasSupertype 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 HasSupertype in com.speedment.common.codegen.model
Subinterfaces of HasSupertype in com.speedment.common.codegen.model Modifier and Type Interface Description interfaceClassA model that represents a class in code. -
Uses of HasSupertype in com.speedment.common.codegen.model.trait
Classes in com.speedment.common.codegen.model.trait with type parameters of type HasSupertype Modifier and Type Interface Description interfaceHasSupertype<T extends HasSupertype<T>>A trait for models that has a super type.
-