Interface DataPartitioningCallback
-
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.- See Also:
PartitioningPolicy
- Author:
- James Sutherland
- Since:
- EclipseLink 2.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
register(javax.sql.DataSource dataSoruce, Session session)
void
setPartitionId(int id)
-
-
-
Method Detail
-
register
void register(javax.sql.DataSource dataSoruce, Session session)
-
setPartitionId
void setPartitionId(int id)
-
-