org.springframework.jdbc.core.metadata
Class CallMetaDataProviderFactory
java.lang.Object
   org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
- public class CallMetaDataProviderFactory 
- extends Object
Factory used to create a CallMetaDataProvider implementation based on the type of databse being used.
- Since:
- 2.5
- Author:
- Thomas Risberg
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
supportedDatabaseProductsForProcedures
public static final List<String> supportedDatabaseProductsForProcedures
- List of supported database products for procedure calls
 
 
supportedDatabaseProductsForFunctions
public static final List<String> supportedDatabaseProductsForFunctions
- List of supported database products for function calls
 
 
CallMetaDataProviderFactory
public CallMetaDataProviderFactory()
createMetaDataProvider
public static CallMetaDataProvider createMetaDataProvider(DataSource dataSource,
                                                          CallMetaDataContext context)
- Create a CallMetaDataProvider based on the database metedata
 
- 
- Parameters:
- dataSource- used to retrieve metedata
- context- the class that holds configuration and metedata
- Returns:
- instance of the CallMetaDataProvider implementation to be used
 
Copyright © 2002-2008 The Spring Framework.