Uses of Interface
org.apache.cayenne.DataChannel
Packages that use DataChannel
Package
Description
Contains persistence APIs directly accessible by users.
Contains classes that make up Cayenne ORM stack.
API related to
CayenneRuntime
creation.General utility classes.
-
Uses of DataChannel in org.apache.cayenne
Subinterfaces of DataChannel in org.apache.cayenneModifier and TypeInterfaceDescriptioninterface
A Cayenne object facade to a persistent store.Classes in org.apache.cayenne that implement DataChannelModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.apache.cayenne that return DataChannelModifier and TypeMethodDescriptionObjectContext.getChannel()
Returns an DataChannel used by this context. -
Uses of DataChannel in org.apache.cayenne.access
Classes in org.apache.cayenne.access that implement DataChannelModifier and TypeClassDescriptionclass
The most common implementation ofObjectContext
.class
DataDomain performs query routing functions in Cayenne.Fields in org.apache.cayenne.access declared as DataChannelMethods in org.apache.cayenne.access that return DataChannelMethods in org.apache.cayenne.access with parameters of type DataChannelModifier and TypeMethodDescriptionprotected void
DataContext.attachToChannel
(DataChannel channel) Attaches to a provided DataChannel.void
DataContext.setChannel
(DataChannel channel) Sets a new DataChannel for this context.Constructors in org.apache.cayenne.access with parameters of type DataChannelModifierConstructorDescriptionDataContext
(DataChannel channel, ObjectStore objectStore) Creates a new DataContext with parent DataChannel and ObjectStore. -
Uses of DataChannel in org.apache.cayenne.configuration
Methods in org.apache.cayenne.configuration with parameters of type DataChannelModifier and TypeMethodDescriptionObjectContextFactory.createContext
(DataChannel parent) Creates an ObjectContext attached to a provided channel. -
Uses of DataChannel in org.apache.cayenne.configuration.runtime
Methods in org.apache.cayenne.configuration.runtime that return DataChannelMethods in org.apache.cayenne.configuration.runtime with parameters of type DataChannelModifier and TypeMethodDescriptionDataContextFactory.createContext
(DataChannel parent) protected ObjectContext
DataContextFactory.createFromGenericChannel
(DataChannel parent) protected DataContext
DataContextFactory.newInstance
(DataChannel parent, ObjectStore objectStore) -
Uses of DataChannel in org.apache.cayenne.runtime
Methods in org.apache.cayenne.runtime that return DataChannelMethods in org.apache.cayenne.runtime with parameters of type DataChannelModifier and TypeMethodDescriptionCayenneRuntime.newContext
(DataChannel parentChannel) Returns a new ObjectContext which is a child of the specified DataChannel. -
Uses of DataChannel in org.apache.cayenne.util
Methods in org.apache.cayenne.util with parameters of type DataChannelModifier and TypeMethodDescriptionstatic boolean
EventUtil.listenForChannelEvents
(DataChannel channel, DataChannelListener listener) Utility method that sets up a GraphChangeListener to be notified when DataChannel posts an event.
DataContext
directly