org.apache.cayenne.configuration.rop.client
Class CayenneContextFactory
java.lang.Object
org.apache.cayenne.configuration.rop.client.CayenneContextFactory
- All Implemented Interfaces:
- ObjectContextFactory
public class CayenneContextFactory
- extends java.lang.Object
- implements ObjectContextFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataChannel
protected DataChannel dataChannel
properties
protected RuntimeProperties properties
queryCache
protected QueryCache queryCache
injector
protected Injector injector
CayenneContextFactory
public CayenneContextFactory()
createContext
public ObjectContext createContext()
- Description copied from interface:
ObjectContextFactory
- Creates an ObjectContext attached to a default DataChannel.
- Specified by:
createContext
in interface ObjectContextFactory
createContext
public ObjectContext createContext(DataChannel parent)
- Description copied from interface:
ObjectContextFactory
- Creates an ObjectContext attached to a provided channel. This is often used for
nested context creation.
- Specified by:
createContext
in interface ObjectContextFactory
newInstance
protected CayenneContext newInstance(DataChannel parent,
boolean changeEventsEnabled,
boolean lifecycleEventsEnabled)
Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.