Back to all

create-repository

by Quétier Laurent

00Feb 6, 2026Visit Source
Create Repository interface and Finder interface for domain entity persistence. Use when entity needs persistence layer with commands (save, delete) and queries (find, findAll). Generates both Repository (commands) and Finder (queries) following CQRS pattern.