In the last post, I was discussing about the solutions to the ClassCastException caused by typecasting the child entity to the parent entity. Using the proxy interfaces did solve the issue but not a b… more →
Dumb Programmerwrote 1 month ago: Today I had to change a hibernate query constructed with the criteria API to a SQL query. The result … more →
wrote 4 months ago: Generics were introduced to Java in version 5 (JSR 14), and since then they became standard and very … more →
wrote 9 months ago: Whenever migrating to newer versions of Hibernate, make sure your app can handle it Yesterday, while … more →
wrote 10 months ago: In the last post, I was discussing about the solutions to the ClassCastException caused by typecasti … more →
wrote 10 months ago: Yet another FAQ by hibernate users, Why do I get a ClassCastException when I try to typecast an enti … more →
wrote 11 months ago: I saw a ClassCastException when I was working on something with user class loaders. I immediately th … more →
wrote 1 year ago: inheritance is a well known part of polymorphism in any object orientated language. To map something … more →
wrote 1 year ago: I’ve recently been involved with two clients who had problems relating to classpaths/classload … more →