I can see it was committed by this https://hibernate.onjira.com/browse/HHH-7640
just wondering why we have this but using the default H2?
-
Best Regards,
Strong Liu
http://about.me/stliu/bio
___
hibernate-dev mailing list
hiber
Well the other option is to not pre-build/cache the statements for the
batch sizes. That would free up memory as well as reduce the number of
queries to just one, with the offset being the need to build the SQL
dynamically (although most of it could be built up front).
On 05/08/2012 02:06 AM,
All, I'm planning on cutting ORM 4.1.8 tomorrow afternoon. If there are any
objections or reasons to delay, please let me know ASAP. Thanks!
Brett Meyer
brme...@redhat.com
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jbos
I see that AssociationType.isEmbeddedInXML() is no longer used anywhere.
Is this left over from EntityMode.DOM4J?
If so, should I go ahead and remove AssociationType.isEmbeddedInXML() and its
implementation from metamodel branch?
Regards,
Gail
___
hi