crowdcode-de / KissMDA

Keep It Simple Stupid, MDA!
33 stars 8 forks source link

Cartridge kissmda-cartridges-simple-java: use the IsOrdered and IsUnique properties in asscociations #26

Closed lofidewanto closed 11 years ago

lofidewanto commented 11 years ago

Following rules:

  1. IsOrdered: List
  2. IsUnique: Set
  3. Nothing (default): Collection
lofidewanto commented 11 years ago

IsOrdered && IsUnique: SortedSet

lofidewanto commented 11 years ago

Done! I also add an inflector class to generate the name in singular or plural: http://goo.gl/rGngfS, taken from http://goo.gl/I3eW3Y