Uses of Interface
org.apache.cayenne.di.Binder
Packages that use Binder
-
Uses of Binder in org.apache.cayenne.configuration.runtime
Methods in org.apache.cayenne.configuration.runtime with parameters of type BinderModifier and TypeMethodDescriptionvoid
static ListBuilder
<DbAdapterDetector> CoreModule.contributeAdapterDetectors
(Binder binder) Deprecated.static ListBuilder
<ExtendedType> CoreModule.contributeDefaultTypes
(Binder binder) Deprecated.in favor ofCoreModule.extend(Binder)
APIstatic ListBuilder
<Object> CoreModule.contributeDomainListeners
(Binder binder) Deprecated.in favor ofCoreModule.extend(Binder)
APIstatic ListBuilder
<DataChannelQueryFilter> CoreModule.contributeDomainQueryFilters
(Binder binder) Deprecated.in favor ofCoreModule.extend(Binder)
APIstatic ListBuilder
<DataChannelSyncFilter> CoreModule.contributeDomainSyncFilters
(Binder binder) Deprecated.in favor ofCoreModule.extend(Binder)
APIstatic MapBuilder
<PkGenerator> CoreModule.contributePkGenerators
(Binder binder) Deprecated.in favor ofCoreModule.extend(Binder)
APIstatic ListBuilder
<String> CoreModule.contributeProjectLocations
(Binder binder) Deprecated.in favor ofCoreModule.extend(Binder)
APIstatic MapBuilder
<String> CoreModule.contributeProperties
(Binder binder) Deprecated.in favor ofCoreModule.extend(Binder)
APIstatic ListBuilder
<ExtendedTypeFactory> CoreModule.contributeTypeFactories
(Binder binder) Deprecated.in favor ofCoreModule.extend(Binder)
APIstatic ListBuilder
<ExtendedType> CoreModule.contributeUserTypes
(Binder binder) Deprecated.in favor ofCoreModule.extend(Binder)
APIstatic ListBuilder
<ValueObjectType> CoreModule.contributeValueObjectTypes
(Binder binder) Deprecated.in favor ofCoreModule.extend(Binder)
APIstatic CoreModuleExtender
Returns an extender object that allows the app to customize the CoreModule services.static void
CoreModule.setSnapshotCacheSize
(Binder binder, int size) Deprecated.in favor ofCoreModule.extend(Binder)
APIstatic void
CoreModule.useExternalTransactions
(Binder binder, boolean useExternal) Deprecated.in favor ofCoreModule.extend(Binder)
APIConstructors in org.apache.cayenne.configuration.runtime with parameters of type Binder -
Uses of Binder in org.apache.cayenne.di
Methods in org.apache.cayenne.di with parameters of type Binder
CoreModule.extend(Binder)
API