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.
OpenBase DbAdapter.
Oracle DbAdapter.
PostgreSQL DbAdapter.
MS SQLServer DbAdapter.
Sybase DbAdapter.
-
Uses of AdhocObjectFactory in org.apache.cayenne.access
Fields in org.apache.cayenne.access declared as AdhocObjectFactory -
Uses of AdhocObjectFactory in org.apache.cayenne.access.dbsync
Fields in org.apache.cayenne.access.dbsync declared as AdhocObjectFactoryModifier and TypeFieldDescriptionprotected AdhocObjectFactory
DefaultSchemaUpdateStrategyFactory.objectFactory
-
Uses of AdhocObjectFactory in org.apache.cayenne.configuration.server
Fields in org.apache.cayenne.configuration.server declared as AdhocObjectFactoryModifier and TypeFieldDescriptionprotected AdhocObjectFactory
DefaultDataNodeFactory.objectFactory
protected AdhocObjectFactory
DefaultDbAdapterFactory.objectFactory
protected AdhocObjectFactory
DelegatingDataSourceFactory.objectFactory
-
Uses of AdhocObjectFactory in org.apache.cayenne.configuration.xml
Fields in org.apache.cayenne.configuration.xml declared as AdhocObjectFactoryModifier and TypeFieldDescriptionprotected AdhocObjectFactory
XMLDataChannelDescriptorLoader.objectFactory
-
Uses of AdhocObjectFactory in org.apache.cayenne.dba.db2
Fields 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.derby
Fields 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.firebird
Fields 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.frontbase
Fields 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.h2
Fields 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.hsqldb
Fields 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.ingres
Fields 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.mariadb
Fields 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.mysql
Fields 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.openbase
Fields in org.apache.cayenne.dba.openbase declared as AdhocObjectFactoryModifier and TypeFieldDescriptionprotected AdhocObjectFactory
OpenBaseSniffer.objectFactory
Deprecated.Constructors in org.apache.cayenne.dba.openbase with parameters of type AdhocObjectFactory -
Uses of AdhocObjectFactory in org.apache.cayenne.dba.oracle
Fields 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.postgres
Fields 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.sqlite
Fields 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.sqlserver
Fields 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.sybase
Fields 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.spi
Classes in org.apache.cayenne.di.spi that implement AdhocObjectFactoryModifier and TypeClassDescriptionclass
A default implementation ofAdhocObjectFactory
that creates objects using default no-arg constructor and injects dependencies into annotated fields.