Class CayenneContextFactory
- java.lang.Object
-
- org.apache.cayenne.configuration.rop.client.CayenneContextFactory
-
- All Implemented Interfaces:
org.apache.cayenne.configuration.ObjectContextFactory
public class CayenneContextFactory extends Object implements org.apache.cayenne.configuration.ObjectContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.cayenne.DataChanneldataChannelprotected org.apache.cayenne.di.Injectorinjectorprotected org.apache.cayenne.configuration.RuntimePropertiespropertiesprotected org.apache.cayenne.cache.QueryCachequeryCache
-
Constructor Summary
Constructors Constructor Description CayenneContextFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.cayenne.ObjectContextcreateContext()org.apache.cayenne.ObjectContextcreateContext(org.apache.cayenne.DataChannel parent)protected org.apache.cayenne.CayenneContextnewInstance(org.apache.cayenne.DataChannel parent, boolean changeEventsEnabled, boolean lifecycleEventsEnabled)
-
-
-
Method Detail
-
createContext
public org.apache.cayenne.ObjectContext createContext()
- Specified by:
createContextin interfaceorg.apache.cayenne.configuration.ObjectContextFactory
-
createContext
public org.apache.cayenne.ObjectContext createContext(org.apache.cayenne.DataChannel parent)
- Specified by:
createContextin interfaceorg.apache.cayenne.configuration.ObjectContextFactory
-
newInstance
protected org.apache.cayenne.CayenneContext newInstance(org.apache.cayenne.DataChannel parent, boolean changeEventsEnabled, boolean lifecycleEventsEnabled)
-
-