Uses of Interface
org.apache.cayenne.di.AdhocObjectFactory
Packages that use AdhocObjectFactory
Package
Description
Contains classes that make up Cayenne ORM stack.
Contains database adapter API (DbAdapter) and its default implementation.
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 AdhocObjectFactoryConstructors in org.apache.cayenne.access with parameters of type AdhocObjectFactoryModifierConstructorDescriptionDataDomain(String name, TransactionManager transactionManager, TransactionFactory transactionFactory, DataDomainFlushActionFactory flushActionFactory, AdhocObjectFactory objectFactory, EventManager eventManager, QueryCache queryCache, DataRowStore sharedSnapshotCache, int maxIdQualifierSize, boolean validatingObjectsOnCommit, EntityResolver entityResolver, EntitySorter entitySorter) -
Uses of AdhocObjectFactory in org.apache.cayenne.configuration.runtime
Fields in org.apache.cayenne.configuration.runtime declared as AdhocObjectFactoryModifier and TypeFieldDescriptionprotected AdhocObjectFactoryDataDomainProvider.objectFactoryprotected AdhocObjectFactoryDefaultDataNodeFactory.objectFactory -
Uses of AdhocObjectFactory in org.apache.cayenne.configuration.xml
Fields in org.apache.cayenne.configuration.xml declared as AdhocObjectFactoryModifier and TypeFieldDescriptionprotected AdhocObjectFactoryXMLDataChannelDescriptorLoader.objectFactory -
Uses of AdhocObjectFactory in org.apache.cayenne.dba
Fields in org.apache.cayenne.dba declared as AdhocObjectFactoryConstructors in org.apache.cayenne.dba with parameters of type AdhocObjectFactoryModifierConstructorDescriptionAutoAdapter(AdhocObjectFactory objectFactory, DataSource dataSource, List<DbAdapterDetector> detectors) -
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 TypeClassDescriptionclassA default implementation ofAdhocObjectFactorythat 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 TypeMethodDescriptionvoidEntityResolver.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)