| public interface java.sql QueryObjectGenerator
|
Java SE 6 |
QueryObjectGenerator to process the standard JDBC annotations
and provide the mapping between a DataSet and the underlying data store. A
reference implementation of QueryObjectGenerator is provided with Java SE.
| since | 1.6 |
| Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public BaseQuery<T> | createQueryObject(Class ifc, DataSource ds) throws SQLException Creates a concrete implementation of a Query interface using the JDBC drivers QueryObjectGenerator
implementation.
| ||||||||||
| public BaseQuery<T> | createQueryObject(Class ifc, Connection con) throws SQLException Creates a concrete implementation of a Query interface using the JDBC drivers QueryObjectGenerator
implementation.
| ||||||||||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|