Hi guys,
Take a look at
http://opensource.atlassian.com/projects/hibernate/browse/HBX-258
where a user has mapped the primary key as an "int".
In the "old" hbm2java we always used the wrapper type for primary keys.
In the new one we made it a bit stricter/simpler since we now look at
not-null
Hello,
I made a more general (mapping all the missing cascade types from
Hibernate) patch and a post it here:
http://opensource.atlassian.com/projects/hibernate/browse/HBX-203
Pablo Nussembaum
Emmanuel Bernard wrote:
> Sorry for the delay, answered in the JIRA issue.
>
> Pablo Nussembaum wr
This release includes better alignment with EJB3 fetching behavior,
new JDBC handling options, various bugfixes, and a new tutorial.
---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best sh
I noticed that we don't put the collection in cache when creating an object
ie
item.addDistributors( new HashSet() );
session.persist(item);
item will be in put in cache, but not item.distributors.
Any reason for not doing that?
---
This SF.Net