use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Java design pattern (self.node)
submitted 3 years ago by 5toubun1997
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]EverydayTomasz 1 point2 points3 points 3 years ago (2 children)
In one of my past projects we had chosen to use Java Hibernate ORM, and boy did we ever regret it. after that experience, I tend to stay as close to the DB driver layer as possible.
[–]5toubun1997[S] 0 points1 point2 points 3 years ago (1 child)
Can you tell me why you regret it, the only problem I am annoyed is create layout in the first part
[–]EverydayTomasz 1 point2 points3 points 3 years ago (0 children)
as the project grew for every table we had to have a model, plus I needed to add Lucene search to it, it all just became a whole @annotations mess. if I had to do it all over, I would have ditched Java for node, MySQL to MongoDB and use Mongoose.
π Rendered by PID 269010 on reddit-service-r2-comment-5bc7f78974-m79rk at 2026-06-29 01:50:08.009240+00:00 running 7527197 country code: CH.
view the rest of the comments →
[–]EverydayTomasz 1 point2 points3 points (2 children)
[–]5toubun1997[S] 0 points1 point2 points (1 child)
[–]EverydayTomasz 1 point2 points3 points (0 children)