I have same request. Having a List implementation for TJDO
would be very nice. Map is pretty cumbersome to use
especially when there are a lot of objects..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=274280
Actually, we currently have support for Set(s) and Map(s)
and plan to support Array(s) and List(s) in the near future.
In the interim, you can utilize our query capability to
obtain a collection of objects with desired ordering.
Logged In: YES
user_id=915578
I have same request. Having a List implementation for TJDO
would be very nice. Map is pretty cumbersome to use
especially when there are a lot of objects..