Package org.apache.cayenne.access.types
Class ValueObjectTypeFactory
java.lang.Object
org.apache.cayenne.access.types.ValueObjectTypeFactory
- All Implemented Interfaces:
ExtendedTypeFactory
- Since:
- 4.0
-
Constructor Summary
ConstructorsConstructorDescriptionValueObjectTypeFactory
(ExtendedTypeMap map, ValueObjectTypeRegistry valueObjectTypeRegistry) -
Method Summary
Modifier and TypeMethodDescriptionExtendedType
<? extends ValueObjectType> Returns ExtendedType instance that can handle a given object class.
-
Constructor Details
-
ValueObjectTypeFactory
-
-
Method Details
-
getType
Description copied from interface:ExtendedTypeFactory
Returns ExtendedType instance that can handle a given object class. May return null indicating that the class can not be handled.- Specified by:
getType
in interfaceExtendedTypeFactory
-