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 TypeClassDescriptionclass
Generates Request, Response and Ref DTOs honoring @Dto, @Request, @EnumString, @AuditTrail, embedded classes and JPA-relaties.class
Generates 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.class
Generates 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 TypeInterfaceDescriptioninterface
Specialized generator for editable/non-editable stubs.Classes in nl.datasteel.crudcraft.codegen.writer.stubs that implement GeneratorModifier and TypeClassDescriptionclass
Generates REST controllers directly from templates without relying on an abstract base class.class
Generates a MapStruct mapper interface for the given model descriptor, inclusief automatisch invullen van 'uses = { ...Mapper.class }' voor alle @ManyToOne, @OneToMany, @ManyToMany, etc. relaties.class
Generates a Spring Data JPA repository interface for the given model.class
Generates a service stub for the given model descriptor, with hooks to fix and clear bidirectional links.