Story #33
One to many relationships model using subclass of Set
See forum
See Entity3CodeGenerator.getCollectionImpl(...)
Estimated Hours: 0
Tasks: 2
Tasks
| Id | Description | Hours | Hours Added | Assigned To | Completed | Actions | |||
|---|---|---|---|---|---|---|---|---|---|
| Estimated | Added | Remaining | |||||||
| #34 |
Create a new tag parameter to specify a collection class and use that in code generation. |
0 | 0 | 0 |
|
![]() 0 % |
|
||
| #36 |
Let the field be of the implementation type (e g ArrayList), not of the interface type (e g List), so that members of the specified type are available in the class. |
0 | 0 | 0 | Nobody |
![]() 0 % |
|
||
Entry has no comments
You do not have sufficient permissions to comment
| Revision | Author | Commited | Message |
|---|---|---|---|
| 91 |
|
Sun 07 Feb, 2010 14:57:27 +0000 | Tags like @hibernate.list(class=MyList) will generate type MyList in field, add- and remove-methods. Fixes #36 |
| 90 |
|
Fri 05 Feb, 2010 22:00:04 +0000 | Instantiate collection fields. #36 |
| 88 |
|
Fri 05 Feb, 2010 18:58:05 +0000 | New tag parameter to specify collection class. Fixes #34 |

View full history
Story and Tasks for #33