The Artima Developer Community
Sponsored Link

Java Buzz Forum
Hibernate 2.0.2 class level WHERE and IntelliJ XDoclet Templates

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Mathias Bogaert

Posts: 618
Nickname: pathos
Registered: Aug, 2003

Mathias Bogaert is a senior software architect at Intrasoft mainly doing projects for the EC.
Hibernate 2.0.2 class level WHERE and IntelliJ XDoclet Templates Posted: Aug 5, 2003 4:08 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Mathias Bogaert.
Original Post: Hibernate 2.0.2 class level WHERE and IntelliJ XDoclet Templates
Feed Title: Scuttlebutt
Feed URL: http://feeds.feedburner.com/AtlassianDeveloperBlog
Feed Description: tech gossip by mathias
Latest Java Buzz Posts
Latest Java Buzz Posts by Mathias Bogaert
Latest Posts From Scuttlebutt

Advertisement
Hibernate 2.0.2 is just around the corner, and contains a really neat feature: class level WHERE. This allows for example implementing logical delete (delete using a flag) by having hibernate append “where deleted=false” to any select statement for that class, so no need to implement it using a utility or as ‘business logic’. Kick ass! Also, Aapo Laakkonen has donated IntelliJ IDEA Live Templates for Hibernate XDoclet-tags, very useful stuff!...

Read: Hibernate 2.0.2 class level WHERE and IntelliJ XDoclet Templates

Topic: Awesome AOP links Previous Topic   Next Topic Topic: RDF and Java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use