Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating a List<> Member with Spring Roo

The Spring Roo command field set creates a Set<> member.

field set --fieldName --type

How does one go about creating a List<> instead?

like image 928
Stanley.Goldman Avatar asked Jun 03 '11 03:06

Stanley.Goldman


1 Answers

From the latest relese(1.2.4) onwards roo supports lists.

field list --fieldname -- type
like image 60
Bibin Antony Avatar answered Oct 16 '22 08:10

Bibin Antony