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 Summary
Modifier and TypeMethodDescriptionReturns ExtendedType instance that can handle a given object class.
-
Method Details
-
getType
Returns ExtendedType instance that can handle a given object class. May return null indicating that the class can not be handled.
-