Hello Lyl,

> -----Original Message-----
> From: lyl [mailto:[EMAIL PROTECTED]
> 
> Can anyone tell me how to disable select by insert.

What do you mean?  Do you mean that there is
a select statement preceding any insert statement?
Do you use the PersistenceBroker API? If so,
you might be happy with the method
PersistenceBroker.store(Object, Modification).
You can use it to specify that you which to do
an insert, so OJB does not have to find out itsself.
(That is probably what the select statement is for.

Olli

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

Reply via email to