Package org.apache.cayenne.access.types
Class EnumTypeFactory
java.lang.Object
org.apache.cayenne.access.types.EnumTypeFactory
- All Implemented Interfaces:
ExtendedTypeFactory
ExtendedTypeFactory for handling Enum types.
- Since:
- 3.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns ExtendedType instance that can handle a given object class.
-
Constructor Details
-
EnumTypeFactory
public EnumTypeFactory()
-
-
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
-