Annotation Type ValuePartition


@Target({TYPE,METHOD,FIELD}) @Retention(RUNTIME) public @interface ValuePartition
Represent a specific value partition. The value will be routed to the connection pool.
See Also:
Author:
James Sutherland
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The connection pool to route queries to for this value.
    The String representation of the value.
  • Element Details

    • value

      String value
      The String representation of the value.
    • connectionPool

      String connectionPool
      The connection pool to route queries to for this value.