Interface RoutableDataSource


public interface RoutableDataSource
Represents a JPA datasource that can participate in a composite RoutingJpaDataSource.
Author:
Jeff Fischer
  • Method Summary

    Modifier and Type
    Method
    Description
    The key identifying this datasource as a match for a route.
  • Method Details

    • getLookupKey

      String getLookupKey()
      The key identifying this datasource as a match for a route. The key is generally compared to what is identified in DataRouteContext.
      Returns:
      The key identifying this datasource as a match for a route.