Interface MultiColumnConverter
- All Known Implementing Classes:
CalendarComponentsConverter
,ColorComponentsConverter
,MonthDayComponentsConverter
,PeriodComponentsConverter
,YearMonthComponentsConverter
public interface MultiColumnConverter
Interface implemented by a TypeConverter when it converts a member to multiple columns, providing the
information about what types the columns store.
-
Method Summary
-
Method Details
-
getDatastoreColumnTypes
Class[] getDatastoreColumnTypes()Accessor for the java types of the datastore columns.- Returns:
- The java types of the columns
-