Uses of Interface
nl.datasteel.crudcraft.codegen.writer.Generator
Packages that use Generator
Package
Description
-
Uses of Generator in nl.datasteel.crudcraft.codegen.writer
Classes in nl.datasteel.crudcraft.codegen.writer that implement GeneratorModifier and TypeClassDescriptionclassGenerates Request, Response and Ref DTOs honoring @Dto, @Request, @EnumString, @AuditTrail, embedded classes and JPA-relaties.classGenerates a compile-time "RelationshipMeta" class with static fix(entity) and clear(entity) methods that re-establish or clear bidirectional links in memory via cached java.lang.reflect.Field references.classGenerates a SearchRequest DTO and Specification implementation for each CrudCraft entity that has @Searchable fields. -
Uses of Generator in nl.datasteel.crudcraft.codegen.writer.stubs
Subinterfaces of Generator in nl.datasteel.crudcraft.codegen.writer.stubsModifier and TypeInterfaceDescriptioninterfaceSpecialized generator for editable/non-editable stubs.Classes in nl.datasteel.crudcraft.codegen.writer.stubs that implement GeneratorModifier and TypeClassDescriptionclassGenerates REST controllers directly from templates without relying on an abstract base class.classGenerates a MapStruct mapper interface for the given model descriptor, inclusief automatisch invullen van 'uses = { ...Mapper.class }' voor alle @ManyToOne, @OneToMany, @ManyToMany, etc. relaties.classGenerates a Spring Data JPA repository interface for the given model.classGenerates a service stub for the given model descriptor, with hooks to fix and clear bidirectional links.