Monthly Archives: April 2009

Oracle buys Sun…

After the news of IBM pulling back from the deal to buy Sun Microsystems rumors about other possible candidates scoured the web. Oracle was on top of most lists. Today the news hit the web. Oracle actually bought Sun (well, … Continue reading

Posted in java, oracle | 3 Comments

Composited objects with shared id’s in Hibernate

One of the models a developed in a previous project used embedded/embeddable annotations to create a composite object. The (simplified) object model looks like this: The embedded/embeddable solution would store the entire graph in a single table, all attributes flattened … Continue reading

Posted in java | Leave a comment