siena Questions
5
Solved
In the last time I heard a lot of complaining about Hibernate. And indeed I have some painful experiences with Hibernate too. So I read about Ebean and Siena.
Both have interesting approaches...
Koenraad asked 3/12, 2010 at 19:53
1
Solved
This is related to question Java Appengine APPSTATS causing java out of memory error.
Appstats seems to cause a java.lang.OutOfMemoryError on 128MB instances and I wonder whether there are ways to...
Perverted asked 15/5, 2012 at 0:4
2
Solved
Suppose I have a Post entity and a Comment entity and a one to many relationship:
@Entity class Post {
...
@OneToMany
List<Comment> comments;
...
}
How can I achieve paging like this:
...
Bleier asked 19/10, 2010 at 16:48
1
© 2022 - 2024 — McMap. All rights reserved.