Uses of Interface
org.apache.cayenne.graph.GraphDiff
Packages that use GraphDiff
Package
Description
Contains persistence APIs directly accessible by users.
Contains classes that make up Cayenne ORM stack.
Contains generic graph management tools used in Cayenne.
Contains classes an interfaces related to Cayenne remote object persistence features.
-
Uses of GraphDiff in org.apache.cayenne
Methods in org.apache.cayenne that return GraphDiffModifier and TypeMethodDescriptionprotected abstract GraphDiff
BaseContext.onContextFlush
(ObjectContext originatingContext, GraphDiff changes, boolean cascade) BaseContext.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType) DataChannel.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType) Processes synchronization request from a child ObjectContext, returning a GraphDiff that describes changes to objects made on the receiving end as a result of synchronization.DataChannelFilter.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType, DataChannelFilterChain filterChain) Deprecated.default GraphDiff
DataChannelFilter.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType, DataChannelSyncFilterChain filterChain) Deprecated.Adapter method that allows to use old DataChannelFilter as new sync filterdefault GraphDiff
DataChannelFilterChain.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType) Deprecated.DataChannelSyncFilter.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType, DataChannelSyncFilterChain filterChain) DataChannelSyncFilterChain.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType) Methods in org.apache.cayenne with parameters of type GraphDiffModifier and TypeMethodDescriptionprotected void
BaseContext.fireDataChannelChanged
(Object postedBy, GraphDiff changes) protected void
BaseContext.fireDataChannelCommitted
(Object postedBy, GraphDiff changes) protected void
BaseContext.fireDataChannelRolledback
(Object postedBy, GraphDiff changes) DataChannelSyncCallbackAction.getCallbackAction
(LifecycleCallbackRegistry callbackRegistry, GraphManager graphManager, GraphDiff changes, int syncType) protected abstract GraphDiff
BaseContext.onContextFlush
(ObjectContext originatingContext, GraphDiff changes, boolean cascade) BaseContext.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType) DataChannel.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType) Processes synchronization request from a child ObjectContext, returning a GraphDiff that describes changes to objects made on the receiving end as a result of synchronization.DataChannelFilter.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType, DataChannelFilterChain filterChain) Deprecated.default GraphDiff
DataChannelFilter.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType, DataChannelSyncFilterChain filterChain) Deprecated.Adapter method that allows to use old DataChannelFilter as new sync filterdefault GraphDiff
DataChannelFilterChain.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType) Deprecated.DataChannelSyncFilter.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType, DataChannelSyncFilterChain filterChain) DataChannelSyncFilterChain.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType) -
Uses of GraphDiff in org.apache.cayenne.access
Classes in org.apache.cayenne.access that implement GraphDiffModifier and TypeClassDescriptionclass
A dynamic GraphDiff that represents a delta between object simple properties at diff creation time and its current state.class
A GraphDiff facade for the ObjectStore changes.Methods in org.apache.cayenne.access that return GraphDiffModifier and TypeMethodDescriptionLegacyDataDomainFlushAction.flush
(DataContext context, GraphDiff changes) Deprecated.protected GraphDiff
DataContext.onContextFlush
(ObjectContext originatingContext, GraphDiff changes, boolean cascade) ClientServerChannel.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType) DataDomain.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType) Only handles commit-type synchronization, ignoring any other type.Methods in org.apache.cayenne.access with parameters of type GraphDiffModifier and TypeMethodDescriptionprotected void
DataContext.fireDataChannelChanged
(Object postedBy, GraphDiff changes) LegacyDataDomainFlushAction.flush
(DataContext context, GraphDiff changes) Deprecated.protected GraphDiff
DataContext.onContextFlush
(ObjectContext originatingContext, GraphDiff changes, boolean cascade) ClientServerChannel.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType) DataDomain.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType) Only handles commit-type synchronization, ignoring any other type.void
ObjectStore.postprocessAfterCommit
(GraphDiff parentChanges) Internal unsynchronized method to process objects state after commit. -
Uses of GraphDiff in org.apache.cayenne.access.flush
Methods in org.apache.cayenne.access.flush that return GraphDiffModifier and TypeMethodDescriptionDataDomainFlushAction.flush
(DataContext context, GraphDiff changes) DefaultDataDomainFlushAction.flush
(DataContext context, GraphDiff changes) Methods in org.apache.cayenne.access.flush with parameters of type GraphDiffModifier and TypeMethodDescriptionDataDomainFlushAction.flush
(DataContext context, GraphDiff changes) DefaultDataDomainFlushAction.flush
(DataContext context, GraphDiff changes) -
Uses of GraphDiff in org.apache.cayenne.graph
Classes in org.apache.cayenne.graph that implement GraphDiffModifier and TypeClassDescriptionclass
class
class
A GraphDiff that is a list of other GraphDiffs.class
class
class
An abstract superclass of operations on individual nodes and arcs in a digraph.class
A GraphDiff representing a change in node ID.class
Fields in org.apache.cayenne.graph declared as GraphDiffFields in org.apache.cayenne.graph with type parameters of type GraphDiffMethods in org.apache.cayenne.graph that return GraphDiffMethods in org.apache.cayenne.graph that return types with arguments of type GraphDiffMethods in org.apache.cayenne.graph with parameters of type GraphDiffModifier and TypeMethodDescriptionvoid
Method parameters in org.apache.cayenne.graph with type arguments of type GraphDiffModifier and TypeMethodDescriptionvoid
CompoundDiff.addAll
(Collection<? extends GraphDiff> diffs) Constructors in org.apache.cayenne.graph with parameters of type GraphDiffModifierConstructorDescriptionGraphEvent
(Object source, Object postedBy, GraphDiff diff) GraphEvent
(Object source, GraphDiff diff) Constructor parameters in org.apache.cayenne.graph with type arguments of type GraphDiff -
Uses of GraphDiff in org.apache.cayenne.remote
Methods in org.apache.cayenne.remote that return GraphDiffModifier and TypeMethodDescriptionClientChannel.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType) Methods in org.apache.cayenne.remote with parameters of type GraphDiffModifier and TypeMethodDescriptionClientChannel.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType) -
Uses of GraphDiff in org.apache.cayenne.tx
Methods in org.apache.cayenne.tx that return GraphDiffModifier and TypeMethodDescriptionTransactionFilter.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType, DataChannelSyncFilterChain filterChain) Methods in org.apache.cayenne.tx with parameters of type GraphDiffModifier and TypeMethodDescriptionTransactionFilter.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType, DataChannelSyncFilterChain filterChain)