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.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.runtime
Fields in org.apache.cayenne.configuration.runtime 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.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. -
Uses of AdhocObjectFactory in org.apache.cayenne.map
Fields 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 TypeMethodDescriptionvoid
EntityResolver.setObjectFactory
(AdhocObjectFactory objectFactory) -
Uses of AdhocObjectFactory in org.apache.cayenne.reflect
Constructors in org.apache.cayenne.reflect with parameters of type AdhocObjectFactoryModifierConstructorDescriptionFieldEmbeddableDescriptor
(AdhocObjectFactory objectFactory, Embeddable embeddable, String ownerProperty, String embeddedPropertyProperty)