Interface RoutableDataSource


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

      • 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.