Concept Flow - Entity definition
Define Entity Class
Add @Entity Decorator
Define Properties with @Column
Add Primary Key with @PrimaryGeneratedColumn
Use Entity in Repository
Database Table Created
CRUD Operations on Entity
This flow shows how to define an entity class with decorators, which maps to a database table used for data operations.