Class DefaultAdhocObjectFactory

java.lang.Object
org.apache.cayenne.di.spi.DefaultAdhocObjectFactory
All Implemented Interfaces:
AdhocObjectFactory

public class DefaultAdhocObjectFactory extends Object implements AdhocObjectFactory
A default implementation of AdhocObjectFactory that creates objects using default no-arg constructor and injects dependencies into annotated fields. Note that constructor injection is not supported by this factory.
Since:
3.1