[Hibernate-devel] New functionality

2002-07-22 Thread Gavin_King/Cirrus%CIRRUS
Just went through the smaller things on my todo list and checked in the
following (among other changes)

 * support for subqueries
 * JDBC batch execution of collection inserts (if a property is set)
 * suppress setAccessible() for public members (for locked-down servers)
 * another performance enhancement for collections

So you can now write queries like:

  from foo in class Foo where foo.count > ( select avg(bar.count) from bar
in class Foo )
  from foo in class Foo where foo.bar = some ( select bar from bar in class
Bar where bar.name=? )

okay, the second query is much more easily expressed w/o the subquery
but this is an example.

Gavin.



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel



Re: [Hibernate-devel] MySQL dialect / schema generator

2002-07-22 Thread Gavin_King/Cirrus%CIRRUS


I just checked some changes to the MySQLDialect into CVS. This addresses
problems storing large images or text. (Not exactly what Warwick suggested
but he pointed the way...)



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel