| ConnectionProperties |
|
| DataSourceUtil |
|
| DefaultDataRouteProperties |
A default set of properties for data route configuration that basically describe an embedded
datasource state.
|
| EntityScanningDataRouteReferenceBeanPostProcessor |
BeanPostProcessor responsible for detecting JpaEntityScan annotation declarations
containing one or more basePackages that do not already belong to a root package defined
in JpaDataRoute.routePackage().
|
| JpaDataRoutableDataSourceBeanRegistrar |
|
| JpaDataRoutableDataSourceBeanRegistrar.RoutableDataSourceFactoryBean |
|
| JpaDataRouteReference |
Deprecated. |
| JpaPackageDataRouteSupplierBeanRegistrar |
Registers a bean factory who in turn generates a supplier component that is responsible for
supplying a RoutableDataSource based on a package fragment.
|
| JpaPackageDataRouteSupplierBeanRegistrar.RoutableDataSourceFactoryBean |
|
| JpaProperties |
Expose the Spring JpaProperties and
HibernateProperties concepts inside of a specific data route focused property concept.
|
| MariaDBConnectionSchemaInitializer |
|
| MySqlConnectionSchemaInitializer |
|
| OracleConnectionSchemaInitializer |
|
| PostgresConnectionSchemaInitializer |
|
| RoutingJpaDataSource |
Simple extension of Spring's AbstractRoutingDataSource that performs the matching of the
DataRouteContext.getLookupKey() with RoutableDataSource.getLookupKey() in order
for this composite data source to return the correct underlying datasource.
|
| SchemaDelegatingDataSource |
DataSource capable of delegating connection acquisition to another datasource, but performing
connection initialization on retrieved connections before passing to the caller.
|
| SchemaDelegatingProperties |
|
| YugabytedbConnectionSchemaInitializer |
|