Hi,

Jose Galiana wrote:
> Hi,
> 
> How ODMG knows if a newly object (with oid not assinged) exist in a database
> table if the PK has not significate?

This will only work when you setup autoincrement=true on the PK 
attribute in the repository.

If this is setup OJB will
1. assign the PK
2. lookup the db if the object already was stored.

cheers,
Thomas

> 
> ODMG supports that feature or must I code in my Service class?
> 
> Thanks in advance
> 
> Jose Galiana
> 



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to