Uses of Interface
org.sape.carbon.services.sql.StatementFactory

Packages that use StatementFactory
org.sape.carbon.services.sql The Carbon SQL service comprises of SqlStatementFactory - The functional interface to the component DefaultStatementFactoryImpl - The default funtional implementation that defines the createPreparedStatement and createCallableStatement methods. 
org.sape.carbon.services.uniqueid The Carbon Unique ID Service solves the problem of generating unique IDs for data that are independent of the data representation itself. 
 

Uses of StatementFactory in org.sape.carbon.services.sql
 

Classes in org.sape.carbon.services.sql that implement StatementFactory
 class DefaultStatementFactoryImpl
          The default implementation for the StatementFactory.
 

Uses of StatementFactory in org.sape.carbon.services.uniqueid
 

Fields in org.sape.carbon.services.uniqueid declared as StatementFactory
protected  StatementFactory DefaultUniqueIDServiceImpl.statementFactory
          Factory used to get the Statements to query the database
 

Methods in org.sape.carbon.services.uniqueid that return StatementFactory
 StatementFactory UniqueIDServiceConfiguration.getStatementFactory()
          Reference to the StatementFactory that this service will use to create sql statements (required)
 

Methods in org.sape.carbon.services.uniqueid with parameters of type StatementFactory
 void UniqueIDServiceConfiguration.setStatementFactory(StatementFactory factory)
          Reference to the StatementFactory that this service will use to create sql statements (required)
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.