Class DataSourceConstants
java.lang.Object
io.micronaut.data.connection.jdbc.DataSourceConstants
Utility class that defines constant keys and values used when working with
data source configuration.
This class is not intended to be instantiated or extended.
All members are public static final constants.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
DATASOURCES
Configuration key representing the collection of configured data sources.Typical usage might be in configuration files or maps where
"datasources"is used as a top-level key.- See Also:
-
DIALECT
Configuration key representing the database dialect.The dialect usually indicates the SQL flavor or database type used by a particular data source.
- See Also:
-
ORACLE_DIALECT
-