Package org.apache.cayenne.access.types
Interface ExtendedTypeFactory
- All Known Implementing Classes:
- EnumTypeFactory,- InternalUnsupportedTypeFactory,- ValueObjectTypeFactory
public interface ExtendedTypeFactory
ExtendedType factory interface.
- Since:
- 1.2
- 
Method SummaryModifier and TypeMethodDescriptionReturns 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.
 
-