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