Category Archives: Hibernate

Hibernate, the persistence library.

Hibernate Schema Update Problems

For a while I’ve been having problems trying to get a SchemaUpdate working with Hibernate. Turns out the problem was me, not Hibernate. Newly created tables had a blank ACL, and I just needed to set them. Continue reading

Posted in Geek, Hibernate, How To, Programming, Software, SQL | Tagged , , , , , , , | 1 Comment

Hibernate: Duplicate Mapping and Imports

<GEEK BLOG ENTRY> I ran into a very frustrating problem this evening, causing me to stay much later than I had intended, and to miss out on some fun socializing event that I was looking forward to. Unfortunately, there was … Continue reading

Posted in Hibernate, How To, Java, Programming, Software | 2 Comments