A plugin that adds first-class support for Project Jimmer
- Automatically generate class for immutable, error, dto etc.
- List all Immutables and DTOs in the project.
- Generate entity from database or ddl and choose which table or columns to generate.
- Jimmer Project Wizard.
- Generate DTO file for immutable.
- Inspection for immutable and prop such as
@Entity
,@OneToOne
,@OneToMany
,@ManyToMany
,@IdView
,@Formula
etc. - Navigate to immutable or prop such as
@OneToOne
,@OneToMany
,@ManyToMany
,@IdView
,@Formula
etc. - Generate all set of Draft