Uses of Interface
org.apache.cayenne.di.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
-
Uses of AdhocObjectFactory in org.apache.cayenne.access.dbsync
Modifier and TypeFieldDescriptionprotected AdhocObjectFactory
DefaultSchemaUpdateStrategyFactory.objectFactory
-
Uses of AdhocObjectFactory in org.apache.cayenne.configuration.server
Modifier and TypeFieldDescriptionprotected AdhocObjectFactory
DefaultDataNodeFactory.objectFactory
protected AdhocObjectFactory
DefaultDbAdapterFactory.objectFactory
protected AdhocObjectFactory
DelegatingDataSourceFactory.objectFactory
-
Uses of AdhocObjectFactory in org.apache.cayenne.configuration.xml
Modifier and TypeFieldDescriptionprotected AdhocObjectFactory
XMLDataChannelDescriptorLoader.objectFactory
-
Uses of AdhocObjectFactory in org.apache.cayenne.dba.db2
-
Uses of AdhocObjectFactory in org.apache.cayenne.dba.derby
-
Uses of AdhocObjectFactory in org.apache.cayenne.dba.firebird
-
Uses of AdhocObjectFactory in org.apache.cayenne.dba.frontbase
-
Uses of AdhocObjectFactory in org.apache.cayenne.dba.h2
-
Uses of AdhocObjectFactory in org.apache.cayenne.dba.hsqldb
-
Uses of AdhocObjectFactory in org.apache.cayenne.dba.ingres
-
Uses of AdhocObjectFactory in org.apache.cayenne.dba.mariadb
-
Uses of AdhocObjectFactory in org.apache.cayenne.dba.mysql
-
Uses of AdhocObjectFactory in org.apache.cayenne.dba.openbase
Modifier and TypeFieldDescriptionprotected AdhocObjectFactory
OpenBaseSniffer.objectFactory
Deprecated. -
Uses of AdhocObjectFactory in org.apache.cayenne.dba.oracle
-
Uses of AdhocObjectFactory in org.apache.cayenne.dba.postgres
-
Uses of AdhocObjectFactory in org.apache.cayenne.dba.sqlite
-
Uses of AdhocObjectFactory in org.apache.cayenne.dba.sqlserver
-
Uses of AdhocObjectFactory in org.apache.cayenne.dba.sybase
-
Uses of AdhocObjectFactory in org.apache.cayenne.di.spi
Modifier and TypeClassDescriptionclass
A default implementation ofAdhocObjectFactory
that creates objects using default no-arg constructor and injects dependencies into annotated fields.