Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
Modifier and Type | Method and Description |
---|---|
Synchronizer.Builder<T> |
Synchronizer.Builder.setConnection(java.sql.Connection connection)
Sets the database connection to use for synchronization.
|
Synchronizer.Builder<T> |
Synchronizer.Builder.setGraph(PgxGraph graph)
Sets the target graph to synchronize.
|
Synchronizer.Builder<T> |
Synchronizer.Builder.setGraphConfiguration(GraphConfig graphConfig)
Sets the graph configuration to use for synchronization.
|
Synchronizer.Builder<T> |
Synchronizer.Builder.setInvalidChangePolicy(OnInvalidChange invalidChangePolicy)
Sets the invalid change policy for the ChangeSet.
|
Synchronizer.Builder<T> |
Synchronizer.Builder.setType(java.lang.Class<T> type)
Sets the type of synchronizer to build
|