Package org.apache.cayenne.access.types
Interface ExtendedTypeFactory
- All Known Implementing Classes:
- EnumTypeFactory,- ValueObjectTypeFactory
public interface ExtendedTypeFactory
ExtendedType factory interface.
- Since:
- 1.2
- 
Method SummaryModifier and Type Method Description ExtendedTypegetType(Class<?> objectClass)Returns ExtendedType instance that can handle a given object class.
- 
Method Details- 
getTypeReturns ExtendedType instance that can handle a given object class. May return null indicating that the class can not be handled.
 
-