Uses of Class
oracle.pgx.config.OnInvalidChange
-
Packages that use OnInvalidChange Package Description oracle.pgx.api This package contains the main Java APIs.oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of OnInvalidChange in oracle.pgx.api
Methods in oracle.pgx.api with parameters of type OnInvalidChange Modifier and Type Method Description <T extends Synchronizer>
SynchronizerPgxGraph. createSynchronizer(java.lang.Class<T> type, java.sql.Connection conn, OnInvalidChange invalidChangePolicy)
Creates a synchronizer object which can be used to keep this graph in sync with changes happening in its original data source.GraphChangeSet<VID>
GraphChangeSet. setInvalidChangePolicy(OnInvalidChange invalidChangePolicy)
Sets the policy on what to do when an invalid action is addedGraphChangeSet<VID>
GraphChangeSetImpl. setInvalidChangePolicy(OnInvalidChange invalidChangePolicy)
Synchronizer.Builder<T>
Synchronizer.Builder. setInvalidChangePolicy(OnInvalidChange invalidChangePolicy)
Sets the invalid change policy for the ChangeSet. -
Uses of OnInvalidChange in oracle.pgx.config
Methods in oracle.pgx.config that return OnInvalidChange Modifier and Type Method Description static OnInvalidChange
OnInvalidChange. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OnInvalidChange[]
OnInvalidChange. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-