Hi All!
I'm have a groovy hibernate entity, named 'Depart' for example. Now when i'm try to get their property (for example Long id = somedepart.getIdDepart() ) i'm got an exception
Cannot cast Depart to Depart_$$_javassist_5
Who make Depart_$$_javassist_5 - groovy or hibernate? Is there some workaround about this?