Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 283 Bytes

JavaUsage.md

File metadata and controls

9 lines (5 loc) · 283 Bytes

Native Java Class Creation

Dadagen supports a VERY neat way of populating your domain model.

Sometimes you want to stress test the Repository Layer (like Hibernate), or just pre-seed a demo aplication with data. Well with some simple logic, Dadagen comes to your rescue.

...