Package org.apache.cayenne.access.types
Class ValueObjectTypeFactory
java.lang.Object
org.apache.cayenne.access.types.ValueObjectTypeFactory
- All Implemented Interfaces:
- ExtendedTypeFactory
public class ValueObjectTypeFactory extends Object implements ExtendedTypeFactory
- Since:
- 4.0
- 
Constructor SummaryConstructors Constructor Description ValueObjectTypeFactory(ExtendedTypeMap map, ValueObjectTypeRegistry valueObjectTypeRegistry)
- 
Method SummaryModifier and Type Method Description ExtendedType<? extends ValueObjectType>getType(Class<?> objectClass)Returns ExtendedType instance that can handle a given object class.
- 
Constructor Details- 
ValueObjectTypeFactorypublic ValueObjectTypeFactory(ExtendedTypeMap map, ValueObjectTypeRegistry valueObjectTypeRegistry)
 
- 
- 
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
 
 
-