| Regular |
 |
Joined: Tue Sep 26, 2006 11:37 am Posts: 115 Location: Sacramento, CA
|
|
Hibernate queries will return a list. You just map your Point class and then use HQL or Criteria API to access your data. If your model defines a top level class which has a List<Point> member then you can map the top level class and use hibernate Collections.
So your problem is easy to solve, this will become more apparent as you start to write the code/mapping files. If you have more specific problems at that time please ask and you may get more specific answers :)
Marius
|
|