Uses of Interface
org.apache.cayenne.access.types.ExtendedTypeFactory
Packages that use ExtendedTypeFactory
Package
Description
Defines an extendable mechanism to map Java types to JDBC types.
-
Uses of ExtendedTypeFactory in org.apache.cayenne.access.types
Classes in org.apache.cayenne.access.types that implement ExtendedTypeFactoryModifier and TypeClassDescriptionclass
ExtendedTypeFactory for handling Enum types.class
Extended type factory that produces types for Cayenne internal value types that could potentially make it to the DB.class
Methods in org.apache.cayenne.access.types with parameters of type ExtendedTypeFactoryModifier and TypeMethodDescriptionvoid
ExtendedTypeMap.addFactory
(ExtendedTypeFactory factory) Adds an ExtendedTypeFactory that will be consulted if no direct mapping for a given class exists.void
ExtendedTypeMap.removeFactory
(ExtendedTypeFactory factory) Removes a factory from the registered factories if it was previously added. -
Uses of ExtendedTypeFactory in org.apache.cayenne.configuration.server
Methods in org.apache.cayenne.configuration.server that return types with arguments of type ExtendedTypeFactoryModifier and TypeMethodDescriptionstatic ListBuilder
<ExtendedTypeFactory> ServerModule.contributeTypeFactories
(Binder binder) Provides access to a DI collection builder forExtendedTypeFactory
's that allows downstream modules to "contribute" their own factories.