I was
thinking of using a new IdentityGenerator , but it's not enough because i have
the id only after the insert .
The
problem is the following , when you need to access to the DB before the insert
for getting an id , it's ok , you have infos on the table in the IdGenerator ,
but
when
you need to retreive Id after the insert , you only have one generic request
based on the dialect not on the table.
I will
have a look on the persisters implementation , i think now that the only
way for me to have what i want.
Thanks
anyway .
Thierry
|
Title: Message
- [Hibernate] newbies question about ids Thierry Hanot
- RE: [Hibernate] newbies question about ids Thierry Hanot
- RE: [Hibernate] newbies question about ids Les Hazlewood
- Thierry Hanot