o be no help here. Section 20.2.2.1 has this sentence:

"If the JDBC driver does not provide its
own implementation of a QueryObjectGenerator, it must invoke the default
QueryObjectGenerator implementation provided by Java SE 6."

I can't see any mention of how a driver implementation finds the
defaultQueryObjectGenerator implementation.


defaultQueryObjectGenerator can be invoked using
public static <T extends BaseQuery> T createDefaultQueryObject(java.lang.Class<T> ifc, Connection con)
or

public static <T extends BaseQuery> T createDefaultQueryObject(java.lang.Class<T> ifc, DataSource ds)
                                                   throws SQLException

on
java.sql.QueryObjectFactory

anurag

Reply via email to