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.
General utility classes.
-
Uses of DataChannel in org.apache.cayenne
Subinterfaces of DataChannel in org.apache.cayenneModifier and TypeInterfaceDescriptioninterfaceA Cayenne object facade to a persistent store.Classes in org.apache.cayenne that implement DataChannelModifier and TypeClassDescriptionclassA common base superclass for Cayenne ObjectContext implementors.Fields in org.apache.cayenne declared as DataChannelMethods in org.apache.cayenne that return DataChannelModifier and TypeMethodDescriptionBaseContext.getChannel()ObjectContext.getChannel()Returns an DataChannel used by this context.Methods in org.apache.cayenne with parameters of type DataChannelModifier and TypeMethodDescriptionprotected voidBaseContext.attachToChannel(DataChannel channel) Attaches to a provided DataChannel.voidDataChannelFilter.init(DataChannel channel) Deprecated.voidBaseContext.setChannel(DataChannel channel) Sets a new DataChannel for this context. -
Uses of DataChannel in org.apache.cayenne.access
Classes in org.apache.cayenne.access that implement DataChannelModifier and TypeClassDescriptionclassA DataChannel that provides a server-side end of the bridge between client and server objects in a Remote Object Persistence stack.classThe most common implementation ofObjectContext.classDataDomain performs query routing functions in Cayenne.Methods in org.apache.cayenne.access that return DataChannelMethods in org.apache.cayenne.access with parameters of type DataChannelModifier and TypeMethodDescriptionprotected voidDataContext.attachToChannel(DataChannel channel) 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 that return DataChannelMethods in org.apache.cayenne.configuration with parameters of type DataChannelModifier 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.server
Methods in org.apache.cayenne.configuration.server that return DataChannelMethods in org.apache.cayenne.configuration.server with parameters of type DataChannelModifier and TypeMethodDescriptionDataContextFactory.createContext(DataChannel parent) protected ObjectContextDataContextFactory.createFromGenericChannel(DataChannel parent) protected DataContextDataContextFactory.newInstance(DataChannel parent, ObjectStore objectStore) -
Uses of DataChannel in org.apache.cayenne.util
Methods in org.apache.cayenne.util with parameters of type DataChannelModifier and TypeMethodDescriptionstatic booleanEventUtil.listenForChannelEvents(DataChannel channel, DataChannelListener listener) Utility method that sets up a GraphChangeListener to be notified when DataChannel posts an event.