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 TypeClassDescriptionclassClass to handle the conversion between java.util.Calendar and (Long, String) being the time in millisecs plus the timezone.classTypeConverter for storing a java.awt.Color as its 4 components (red, green, blue, alpha).classClass to handle the conversion between java.time.MonthDay and int[] (the month and the day).classClass to handle the conversion between java.time.Period and int[] (year, month and day).classClass to handle the conversion between java.time.YearMonth and int[] (the year and the month).