Package | Description |
---|---|
org.apache.cayenne.configuration.server | |
org.apache.cayenne.di |
Modifier and Type | Method and Description |
---|---|
static ListBuilder<DbAdapterDetector> |
ServerModule.contributeAdapterDetectors(Binder binder)
Provides access to a DI collection builder for
DbAdapterDetector 's that allows downstream modules to
"contribute" their own adapter detectors. |
static ListBuilder<ExtendedType> |
ServerModule.contributeDefaultTypes(Binder binder)
Provides access to a DI collection builder for default adapter-agnostic
ExtendedType 's that allows
downstream modules to "contribute" their own types. |
static ListBuilder<DataChannelFilter> |
ServerModule.contributeDomainFilters(Binder binder)
Provides access to a DI collection builder for
DataChannelFilter 's that allows downstream modules to
"contribute" their own DataDomain filters |
static ListBuilder<String> |
ServerModule.contributeProjectLocations(Binder binder)
Provides access to a DI collection builder for String locations that allows downstream modules to
"contribute" their own Cayenne project locations.
|
static ListBuilder<ExtendedTypeFactory> |
ServerModule.contributeTypeFactories(Binder binder)
Provides access to a DI collection builder for
ExtendedTypeFactory 's that allows downstream modules to
"contribute" their own factories. |
static ListBuilder<ExtendedType> |
ServerModule.contributeUserTypes(Binder binder)
Provides access to a DI collection builder for
ExtendedType 's that allows downstream modules to "contribute"
their own types. |
Modifier and Type | Method and Description |
---|---|
ListBuilder<T> |
UnorderedListBuilder.add(Class<? extends T> interfaceType) |
ListBuilder<T> |
UnorderedListBuilder.add(Key<T> key,
T object) |
ListBuilder<T> |
UnorderedListBuilder.add(T value) |
ListBuilder<T> |
UnorderedListBuilder.addAll(Collection<T> values) |
<T> ListBuilder<T> |
Binder.bindList(String bindingName)
Starts a binding of a java.util.List<?> distinguished by its binding name.
|
Copyright © 2001–2017 Apache Cayenne. All rights reserved.