Uses of Interface
org.apache.cayenne.DataChannel
Package
Description
Contains persistence APIs directly accessible by users.
Contains classes that make up Cayenne ORM stack.
Contains classes an interfaces related to Cayenne remote object persistence features.
General utility classes.
-
Uses of DataChannel in org.apache.cayenne
Modifier and TypeInterfaceDescriptioninterface
A Cayenne object facade to a persistent store.Modifier and TypeClassDescriptionclass
A common base superclass for Cayenne ObjectContext implementors.Modifier and TypeMethodDescriptionBaseContext.getChannel()
ObjectContext.getChannel()
Returns an DataChannel used by this context.Modifier and TypeMethodDescriptionprotected void
BaseContext.attachToChannel
(DataChannel channel) Attaches to a provided DataChannel.void
DataChannelFilter.init
(DataChannel channel) Deprecated.void
BaseContext.setChannel
(DataChannel channel) Sets a new DataChannel for this context. -
Uses of DataChannel in org.apache.cayenne.access
Modifier and TypeClassDescriptionclass
A DataChannel that provides a server-side end of the bridge between client and server objects in a Remote Object Persistence stack.class
The most common implementation ofObjectContext
.class
DataDomain performs query routing functions in Cayenne.Modifier and TypeMethodDescriptionprotected void
DataContext.attachToChannel
(DataChannel channel) ModifierConstructorDescriptionDataContext
(DataChannel channel, ObjectStore objectStore) Creates a new DataContext with parent DataChannel and ObjectStore. -
Uses of DataChannel in org.apache.cayenne.configuration
Modifier and TypeMethodDescriptionObjectContextFactory.createContext
(DataChannel parent) Creates an ObjectContext attached to a provided channel.CayenneRuntime.newContext
(DataChannel parentChannel) Returns a new ObjectContext which is a child of the specified DataChannel. -
Uses of DataChannel in org.apache.cayenne.configuration.rop.client
Modifier and TypeFieldDescriptionprotected Provider
<DataChannel> LocalConnectionProvider.clientServerChannelProvider
Modifier and TypeMethodDescriptionClientChannelProvider.get()
LocalClientServerChannelProvider.get()
Modifier and TypeMethodDescriptionCayenneContextFactory.createContext
(DataChannel parent) protected org.apache.cayenne.CayenneContext
CayenneContextFactory.newInstance
(DataChannel parent, boolean changeEventsEnabled, boolean lifecycleEventsEnabled) -
Uses of DataChannel in org.apache.cayenne.configuration.server
Modifier 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.remote
Modifier and TypeClassDescriptionclass
ADataChannel
implementation that accesses a remote server via a ClientConnection. -
Uses of DataChannel in org.apache.cayenne.remote.service
ModifierConstructorDescriptionLocalConnection
(DataChannel handler) Creates LocalConnector with specified handler and no serialization.LocalConnection
(DataChannel handler, int serializationPolicy) Creates a LocalConnector with specified handler and serialization policy. -
Uses of DataChannel in org.apache.cayenne.util
Modifier and TypeMethodDescriptionstatic boolean
EventUtil.listenForChannelEvents
(DataChannel channel, DataChannelListener listener) Utility method that sets up a GraphChangeListener to be notified when DataChannel posts an event.