Uses of Interface
com.speedment.common.codegen.model.trait.HasFields
-
Packages that use HasFields 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.com.speedment.common.codegen.model.trait Common traits used by the codegen models located in thecom.speedment.codegen.lang.modelpackage.com.speedment.common.codegen.model.value This package contains value classes. -
-
Uses of HasFields in com.speedment.common.codegen.controller
Classes in com.speedment.common.codegen.controller with type parameters of type HasFields Modifier and Type Class Description classAutoEquals<T extends HasFields<T> & HasMethods<T> & HasName<T>>This control can be applied on a class, enum or similar to auto generate anequalsand ahashCodemethod. -
Uses of HasFields in com.speedment.common.codegen.model
Subinterfaces of HasFields in com.speedment.common.codegen.model Modifier and Type Interface Description interfaceAnnotationA model that represents an annotation in code.interfaceClassA model that represents a class in code.interfaceClassOrInterface<T extends ClassOrInterface<T>>interfaceConstructorA model that represents a constructor in code.interfaceEnumA model that represents an enumeration in code.interfaceEnumConstantA model that represents a constant in an enumeration.interfaceInterfaceA model that represents an interface in code.interfaceInterfaceMethodA model that represents a method of an interface in code.interfaceMethodA model that represents a method declaration in code. -
Uses of HasFields in com.speedment.common.codegen.model.trait
Classes in com.speedment.common.codegen.model.trait with type parameters of type HasFields Modifier and Type Interface Description interfaceHasFields<T extends HasFields<T>>A trait for models that containFieldcomponents. -
Uses of HasFields in com.speedment.common.codegen.model.value
Subinterfaces of HasFields in com.speedment.common.codegen.model.value Modifier and Type Interface Description interfaceAnonymousValueA value representing a reference to an abstract implementation used anonymously to set a field.
-