Re: Avoiding explicit addDataType calls for PostGIS
| От | Oliver Jowett |
|---|---|
| Тема | Re: Avoiding explicit addDataType calls for PostGIS |
| Дата | |
| Msg-id | 41651AFD.5030408@opencloud.com обсуждение исходный текст |
| Ответ на | Re: Avoiding explicit addDataType calls for PostGIS (Markus Schaber <schabios@logi-track.com>) |
| Ответы |
Re: Avoiding explicit addDataType calls for PostGIS
|
| Список | pgsql-jdbc |
Markus Schaber wrote: > Is the opposite problem possible? I think of the driver class loader be > able to reach the driver extension, but not the user code class loader. That seems unlikely; it'd only happen if you had user code that did not contain any references to the extension classes. If there are no references to the extensions, how does the user code use the returned objects? Reflection, or a common superclass shared by both classloaders, seem like the only options. It's also debatable whether the driver should even allow user code to cause loading and instantiation of classes that the user code would not otherwise be able to access.. -O
В списке pgsql-jdbc по дате отправления: