Uses of Interface
org.apache.cayenne.access.types.ExtendedTypeFactory
| Package | Description | 
|---|---|
| org.apache.cayenne.access.types | Defines an extendable mechanism to map Java types to JDBC types. | 
| org.apache.cayenne.configuration.server | 
- 
Uses of ExtendedTypeFactory in org.apache.cayenne.access.typesClasses in org.apache.cayenne.access.types that implement ExtendedTypeFactory Modifier and Type Class Description classEnumTypeFactoryExtendedTypeFactory for handling Enum types.classValueObjectTypeFactoryMethods in org.apache.cayenne.access.types with parameters of type ExtendedTypeFactory Modifier and Type Method Description voidExtendedTypeMap. addFactory(ExtendedTypeFactory factory)Adds an ExtendedTypeFactory that will be consulted if no direct mapping for a given class exists.voidExtendedTypeMap. removeFactory(ExtendedTypeFactory factory)Removes a factory from the registered factories if it was previously added.
- 
Uses of ExtendedTypeFactory in org.apache.cayenne.configuration.serverMethods in org.apache.cayenne.configuration.server that return types with arguments of type ExtendedTypeFactory Modifier and Type Method Description static ListBuilder<ExtendedTypeFactory>ServerModule. contributeTypeFactories(Binder binder)Provides access to a DI collection builder forExtendedTypeFactory's that allows downstream modules to "contribute" their own factories.