Uses of Interface
org.datanucleus.store.types.converters.MultiColumnConverter
Packages that use MultiColumnConverter
Package
Description
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.converters
Classes in org.datanucleus.store.types.converters that implement MultiColumnConverterModifier and TypeClassDescriptionclass
Class to handle the conversion between java.util.Calendar and (Long, String) being the time in millisecs plus the timezone.class
TypeConverter for storing a java.awt.Color as its 4 components (red, green, blue, alpha).class
Class to handle the conversion between java.time.MonthDay and int[] (the month and the day).class
Class to handle the conversion between java.time.Period and int[] (year, month and day).class
Class to handle the conversion between java.time.YearMonth and int[] (the year and the month).