Uses of Interface
com.speedment.common.codegen.model.Class
-
Packages that use Class Package Description com.speedment.common.codegen.controller Controllers that automate certain tasks on the model hierarchy is located here.com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package. -
-
Uses of Class in com.speedment.common.codegen.controller
Methods in com.speedment.common.codegen.controller with parameters of type Class Modifier and Type Method Description voidAutoConstructor. accept(Class aClass) -
Uses of Class in com.speedment.common.codegen.model
Methods in com.speedment.common.codegen.model that return Class Modifier and Type Method Description static ClassClass. of(String name)Creates a new instance implementing this interface by using the default implementation.
-