Class PerAdapterProvider<T>
java.lang.Object
org.apache.cayenne.dba.PerAdapterProvider<T>
Deprecated, for removal: This API element is subject to removal in a future version.
unused, it is trivial to create per-adapter classes without the common superclass
An injectable provider that returns a given service in a context of a specific
DbAdapter.
This allows modules to create adapter-specific extensions without altering DbAdapter API.- Since:
- 4.0
-
Constructor Summary
ConstructorsConstructorDescriptionPerAdapterProvider(Map<String, T> perAdapterValues, T defaultValue) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Constructor Details
-
PerAdapterProvider
-
-
Method Details
-
get
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
DIRuntimeException
-