Lost your password?

Blogs about: Classcastexception

Featured Blog

ClassCastException with SQLQuery and setCacheable(true)

mascha wrote 1 month ago: Today I had to change a hibernate query constructed with the criteria API to a SQL query. The result … more →

Tags: Misc, hibernate, Programming, query-cache

Understanding Generics limitations1 comment

Eyal Schneider wrote 4 months ago: Generics were introduced to Java in version 5 (JSR 14), and since then they became standard and very … more →

Tags: Java, language, Generics, Templates, parameterized types, JSR 14, Erasure, type safety, type parameter

Hibernate, ClassCastException, java.lang.Long

blockers wrote 9 months ago: Whenever migrating to newer versions of Hibernate, make sure your app can handle it Yesterday, while … more →

Tags: hibernate, java.lang.Long

Hibernate inheritance ClassCastException (Part 2)

sgane wrote 10 months ago: In the last post, I was discussing about the solutions to the ClassCastException caused by typecasti … more →

Tags: Design, hibernate, Inheritance, lazy, polymorphism, proxy, visitor pattern

Hibernate inheritance ClassCastException (Part 1)

sgane wrote 10 months ago: Yet another FAQ by hibernate users, Why do I get a ClassCastException when I try to typecast an enti … more →

Tags: hibernate, Inheritance, lazy, polymorphism, proxy, visitor pattern

ClassCastException1 comment

zhouji wrote 11 months ago: I saw a ClassCastException when I was working on something with user class loaders. I immediately th … more →

Tags: Programming, Java

hibernate inheritance

nils petersohn wrote 1 year ago: inheritance is a well known part of polymorphism in any object orientated language. To map something … more →

Tags: Appfuse, hibernate, Java, Inheritance, lazy

ClasscastExceptions with JBoss and commons-logging

Justin wrote 1 year ago: I’ve recently been involved with two clients who had problems relating to classpaths/classload … more →

Tags: classloading, J2EE, commons-logging, JBoss, logging


Related Tags
All →

Follow this tag via RSS