public final class CallMetaDataProviderFactory extends Object
CallMetaDataProvider
implementation
based on the type of database being used.Modifier and Type | Field and Description |
---|---|
static List<String> |
supportedDatabaseProductsForFunctions
List of supported database products for function calls.
|
static List<String> |
supportedDatabaseProductsForProcedures
List of supported database products for procedure calls.
|
Modifier and Type | Method and Description |
---|---|
static CallMetaDataProvider |
createMetaDataProvider(DataSource dataSource,
CallMetaDataContext context)
Create a
CallMetaDataProvider based on the database meta-data. |
public static final List<String> supportedDatabaseProductsForProcedures
public static CallMetaDataProvider createMetaDataProvider(DataSource dataSource, CallMetaDataContext context)
CallMetaDataProvider
based on the database meta-data.dataSource
- the JDBC DataSource to use for retrieving meta-datacontext
- the class that holds configuration and meta-data