Interface DataPartitioningCallback

All Known Implementing Classes:
GridLinkDataPartitioningCallback, UCPDataPartitioningCallback

public interface DataPartitioningCallback
PUBLIC: Defines the API for the integration with an external DataSources data partitioning support. This is used to support data partitioning in an Oracle RAC through UCP and WebLogic.
Since:
EclipseLink 2.3
See Also:
  • Method Details

    • register

      void register(DataSource dataSoruce, Session session)
    • setPartitionId

      void setPartitionId(int id)