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 TypeMethodDescriptionvoidstatic ListBuilder<DbAdapterDetector> CoreModule.contributeAdapterDetectors(Binder binder) Deprecated, for removal: This API element is subject to removal in a future version.static ListBuilder<ExtendedType> CoreModule.contributeDefaultTypes(Binder binder) Deprecated, for removal: This API element is subject to removal in a future version.in favor ofCoreModule.extend(Binder)APIstatic ListBuilder<Object> CoreModule.contributeDomainListeners(Binder binder) Deprecated, for removal: This API element is subject to removal in a future version.in favor ofCoreModule.extend(Binder)APIstatic ListBuilder<DataChannelQueryFilter> CoreModule.contributeDomainQueryFilters(Binder binder) Deprecated, for removal: This API element is subject to removal in a future version.in favor ofCoreModule.extend(Binder)APIstatic ListBuilder<DataChannelSyncFilter> CoreModule.contributeDomainSyncFilters(Binder binder) Deprecated, for removal: This API element is subject to removal in a future version.in favor ofCoreModule.extend(Binder)APIstatic ListBuilder<String> CoreModule.contributeProjectLocations(Binder binder) Deprecated, for removal: This API element is subject to removal in a future version.in favor ofCoreModule.extend(Binder)APIstatic MapBuilder<String> CoreModule.contributeProperties(Binder binder) Deprecated, for removal: This API element is subject to removal in a future version.in favor ofCoreModule.extend(Binder)APIstatic ListBuilder<ExtendedTypeFactory> CoreModule.contributeTypeFactories(Binder binder) Deprecated, for removal: This API element is subject to removal in a future version.in favor ofCoreModule.extend(Binder)APIstatic ListBuilder<ExtendedType> CoreModule.contributeUserTypes(Binder binder) Deprecated, for removal: This API element is subject to removal in a future version.in favor ofCoreModule.extend(Binder)APIstatic ListBuilder<ValueObjectType> CoreModule.contributeValueObjectTypes(Binder binder) Deprecated, for removal: This API element is subject to removal in a future version.in favor ofCoreModule.extend(Binder)APIstatic CoreModuleExtenderReturns an extender object that allows the app to customize the CoreModule services.static voidCoreModule.setSnapshotCacheSize(Binder binder, int size) Deprecated, for removal: This API element is subject to removal in a future version.in favor ofCoreModule.extend(Binder)APIstatic voidCoreModule.useExternalTransactions(Binder binder, boolean useExternal) Deprecated, for removal: This API element is subject to removal in a future version.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