Uses of Interface
org.apache.cayenne.di.AdhocObjectFactory
Packages that use AdhocObjectFactory
Package
Description
Contains classes that make up Cayenne ORM stack.
IBM DB2 DbAdapter.
Apache Derby DbAdapter.
FrontBase DbAdapter.
HSQLDB DbAdapter.
MySQL DbAdapter.
Oracle DbAdapter.
PostgreSQL DbAdapter.
MS SQLServer DbAdapter.
Sybase DbAdapter.
Contains O/R mapping classes that store relational database 
metadata information and map it to Java classes.
- 
Uses of AdhocObjectFactory in org.apache.cayenne.accessFields in org.apache.cayenne.access declared as AdhocObjectFactory
- 
Uses of AdhocObjectFactory in org.apache.cayenne.access.dbsyncFields in org.apache.cayenne.access.dbsync declared as AdhocObjectFactoryModifier and TypeFieldDescriptionprotected AdhocObjectFactoryDefaultSchemaUpdateStrategyFactory.objectFactory
- 
Uses of AdhocObjectFactory in org.apache.cayenne.configuration.runtimeFields in org.apache.cayenne.configuration.runtime declared as AdhocObjectFactoryModifier and TypeFieldDescriptionprotected AdhocObjectFactoryDefaultDataNodeFactory.objectFactoryprotected AdhocObjectFactoryDefaultDbAdapterFactory.objectFactoryprotected AdhocObjectFactoryDelegatingDataSourceFactory.objectFactory
- 
Uses of AdhocObjectFactory in org.apache.cayenne.configuration.xmlFields in org.apache.cayenne.configuration.xml declared as AdhocObjectFactoryModifier and TypeFieldDescriptionprotected AdhocObjectFactoryXMLDataChannelDescriptorLoader.objectFactory
- 
Uses of AdhocObjectFactory in org.apache.cayenne.dba.db2Fields in org.apache.cayenne.dba.db2 declared as AdhocObjectFactoryConstructors in org.apache.cayenne.dba.db2 with parameters of type AdhocObjectFactory
- 
Uses of AdhocObjectFactory in org.apache.cayenne.dba.derbyFields in org.apache.cayenne.dba.derby declared as AdhocObjectFactoryConstructors in org.apache.cayenne.dba.derby with parameters of type AdhocObjectFactory
- 
Uses of AdhocObjectFactory in org.apache.cayenne.dba.firebirdFields in org.apache.cayenne.dba.firebird declared as AdhocObjectFactoryConstructors in org.apache.cayenne.dba.firebird with parameters of type AdhocObjectFactory
- 
Uses of AdhocObjectFactory in org.apache.cayenne.dba.frontbaseFields in org.apache.cayenne.dba.frontbase declared as AdhocObjectFactoryConstructors in org.apache.cayenne.dba.frontbase with parameters of type AdhocObjectFactory
- 
Uses of AdhocObjectFactory in org.apache.cayenne.dba.h2Fields in org.apache.cayenne.dba.h2 declared as AdhocObjectFactoryConstructors in org.apache.cayenne.dba.h2 with parameters of type AdhocObjectFactory
- 
Uses of AdhocObjectFactory in org.apache.cayenne.dba.hsqldbFields in org.apache.cayenne.dba.hsqldb declared as AdhocObjectFactoryConstructors in org.apache.cayenne.dba.hsqldb with parameters of type AdhocObjectFactory
- 
Uses of AdhocObjectFactory in org.apache.cayenne.dba.ingresFields in org.apache.cayenne.dba.ingres declared as AdhocObjectFactoryConstructors in org.apache.cayenne.dba.ingres with parameters of type AdhocObjectFactory
- 
Uses of AdhocObjectFactory in org.apache.cayenne.dba.mariadbFields in org.apache.cayenne.dba.mariadb declared as AdhocObjectFactoryConstructors in org.apache.cayenne.dba.mariadb with parameters of type AdhocObjectFactory
- 
Uses of AdhocObjectFactory in org.apache.cayenne.dba.mysqlFields in org.apache.cayenne.dba.mysql declared as AdhocObjectFactoryConstructors in org.apache.cayenne.dba.mysql with parameters of type AdhocObjectFactory
- 
Uses of AdhocObjectFactory in org.apache.cayenne.dba.oracleFields in org.apache.cayenne.dba.oracle declared as AdhocObjectFactoryConstructors in org.apache.cayenne.dba.oracle with parameters of type AdhocObjectFactory
- 
Uses of AdhocObjectFactory in org.apache.cayenne.dba.postgresFields in org.apache.cayenne.dba.postgres declared as AdhocObjectFactoryConstructors in org.apache.cayenne.dba.postgres with parameters of type AdhocObjectFactory
- 
Uses of AdhocObjectFactory in org.apache.cayenne.dba.sqliteFields in org.apache.cayenne.dba.sqlite declared as AdhocObjectFactoryConstructors in org.apache.cayenne.dba.sqlite with parameters of type AdhocObjectFactory
- 
Uses of AdhocObjectFactory in org.apache.cayenne.dba.sqlserverFields in org.apache.cayenne.dba.sqlserver declared as AdhocObjectFactoryConstructors in org.apache.cayenne.dba.sqlserver with parameters of type AdhocObjectFactory
- 
Uses of AdhocObjectFactory in org.apache.cayenne.dba.sybaseFields in org.apache.cayenne.dba.sybase declared as AdhocObjectFactoryConstructors in org.apache.cayenne.dba.sybase with parameters of type AdhocObjectFactory
- 
Uses of AdhocObjectFactory in org.apache.cayenne.di.spiClasses in org.apache.cayenne.di.spi that implement AdhocObjectFactoryModifier and TypeClassDescriptionclassA default implementation ofAdhocObjectFactorythat creates objects using default no-arg constructor and injects dependencies into annotated fields.
- 
Uses of AdhocObjectFactory in org.apache.cayenne.mapFields in org.apache.cayenne.map declared as AdhocObjectFactoryMethods in org.apache.cayenne.map that return AdhocObjectFactoryMethods in org.apache.cayenne.map with parameters of type AdhocObjectFactoryModifier and TypeMethodDescriptionvoidEntityResolver.setObjectFactory(AdhocObjectFactory objectFactory) 
- 
Uses of AdhocObjectFactory in org.apache.cayenne.reflectConstructors in org.apache.cayenne.reflect with parameters of type AdhocObjectFactoryModifierConstructorDescriptionFieldEmbeddableDescriptor(AdhocObjectFactory objectFactory, Embeddable embeddable, String ownerProperty, String embeddedPropertyProperty)