|
From: Rod J. <rod...@in...> - 2003-05-23 17:54:04
|
> While we are on the subject of JDBC. Do we really have to require an explicit > compile for the RdbmsOperation and its subclasses. Currently we throw > InvalidDataAccessApiUsageException when we try to use an operation that has > not been comiled. We could just as easily execute the compile() at that > point, since we know what the problem is. Good question. I guess I was concerned about thread safety implications of compiling lazily. What do you think? Certainly there'd be a bonus in making the API slightly easier to use. Regards, Rod |