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 Summary
Constructors Constructor Description ValueObjectTypeFactory(ExtendedTypeMap map, ValueObjectTypeRegistry valueObjectTypeRegistry)
-
Method Summary
Modifier and Type Method Description ExtendedType<? extends ValueObjectType>
getType(Class<?> objectClass)
Returns ExtendedType instance that can handle a given object class.
-
Constructor Details
-
ValueObjectTypeFactory
public ValueObjectTypeFactory(ExtendedTypeMap map, ValueObjectTypeRegistry valueObjectTypeRegistry)
-
-
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
-