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 SummaryConstructorsConstructorDescriptionValueObjectTypeFactory(ExtendedTypeMap map, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Method SummaryModifier and TypeMethodDescriptionExtendedType<? extends ValueObjectType>Returns ExtendedType instance that can handle a given object class.
- 
Constructor Details- 
ValueObjectTypeFactory
 
- 
- 
Method Details- 
getTypeDescription copied from interface:ExtendedTypeFactoryReturns ExtendedType instance that can handle a given object class. May return null indicating that the class can not be handled.- Specified by:
- getTypein interface- ExtendedTypeFactory
 
 
-