Uses of Interface
org.datanucleus.store.types.converters.MultiColumnConverter
- 
Packages that use MultiColumnConverter Package Description org.datanucleus.store.types.converters Package providing type conversion for member types, using the interface TypeConverter allowing conversion between some member Java type, and a Java type suitable for persistence in the datastore.
- 
- 
Uses of MultiColumnConverter in org.datanucleus.store.types.convertersClasses in org.datanucleus.store.types.converters that implement MultiColumnConverter Modifier and Type Class Description classCalendarComponentsConverterClass to handle the conversion between java.util.Calendar and (Long, String) being the time in millisecs plus the timezone.classColorComponentsConverterTypeConverter for storing a java.awt.Color as its 4 components (red, green, blue, alpha).classMonthDayComponentsConverterClass to handle the conversion between java.time.MonthDay and int[] (the month and the day).classPeriodComponentsConverterClass to handle the conversion between java.time.Period and int[] (year, month and day).classYearMonthComponentsConverterClass to handle the conversion between java.time.YearMonth and int[] (the year and the month).
 
-