Look at this https://gist.github.com/mkarg/0da7f7dce8d9025511bb please.
-Markus
-----Original Message-----
From: pgsql-jdbc-owner@postgresql.org [mailto:pgsql-jdbc-owner@postgresql.org] On Behalf Of Mark Rotteveel
Sent: Donnerstag, 18. Juni 2015 08:38
To: List
Subject: Re: [JDBC] Pre-processing during build
On Wed, 17 Jun 2015 23:02:44 +0200, "Markus KARG" <markus@headcrashing.eu>
wrote:
> I think you not even need reflection, but could simply rely on proxies.
> Should be faster and do the job faster.
>
http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/reflect/Proxy.html
> :-)
>
> An official Java SE standard since v1.3, BTW, to prevent further
> discussions about versions. ;-)
Proxies use reflection (which is why they are part of the
java.lang.reflect package.
Mark
--
Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc