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.runtime
Methods in org.apache.cayenne.configuration.runtime that return types with arguments of type ExtendedTypeFactoryModifier and TypeMethodDescriptionstatic ListBuilder
<ExtendedTypeFactory> CoreModule.contributeTypeFactories
(Binder binder) Deprecated.Methods in org.apache.cayenne.configuration.runtime with parameters of type ExtendedTypeFactoryModifier and TypeMethodDescriptionCoreModuleExtender.addExtendedTypeFactory
(ExtendedTypeFactory factory) Adds an ExtendedTypeFactory used for dynamic extended type creation.Method parameters in org.apache.cayenne.configuration.runtime with type arguments of type ExtendedTypeFactoryModifier and TypeMethodDescriptionCoreModuleExtender.addExtendedTypeFactory
(Class<? extends ExtendedTypeFactory> factoryType) Adds an ExtendedTypeFactory used for dynamic extended type creation.
CoreModule.extend(Binder)
API