Hi,
I am bit puzzled with this. I am looking at a codebase, where there are
multiple joined-subclass mappings (in separate hbm.xml files) which map to
same table. For union-subclass, we correctly get exception for duplicate
mapping. But for joined-subclass it allows multiple mappings to same table
hi,
Till hibernate 3.2 cglib was default bytecode provider. why was it changed to
javassist?
thanks,unmesh
_
Planning the weekend ? Here’s what is happening in your town.
http://msn.asklaila.com/events/___
Hi,
We had an issue in our project where large hql expressions holding on lock to
ChangeAwareClassloader in weblogic.
We had an hql query which was like
select * from ClassA a where a.identifier = 'id1' or a.identifier='id2' or
. a.identifier='id1000'.
This was certain