Interface ObjectContextFactory

All Known Implementing Classes:
CayenneContextFactory, DataContextFactory

public interface ObjectContextFactory
A factory for regular and nested contexts.
Since:
3.1
  • Method Details

    • createContext

      ObjectContext createContext()
      Creates an ObjectContext attached to a default DataChannel.
    • createContext

      ObjectContext createContext(DataChannel parent)
      Creates an ObjectContext attached to a provided channel. This is often used for nested context creation.