Uses of Interface
org.datanucleus.store.types.converters.ColumnLengthDefiningTypeConverter
Packages that use ColumnLengthDefiningTypeConverter
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 ColumnLengthDefiningTypeConverter in org.datanucleus.store.types.converters
Classes in org.datanucleus.store.types.converters that implement ColumnLengthDefiningTypeConverterModifier and TypeClassDescriptionclass
Class to handle the conversion between java.util.Calendar and a String form.class
Class to handle the conversion between java.util.Currency and a String form.class
Class to handle the conversion between java.util.Date and a String form.class
Class to handle the conversion between java.time.LocalDate and a String form.class
Class to handle the conversion between java.time.LocalDateTime and a String form.class
Class to handle the conversion between java.util.Locale and a String form.class
Class to handle the conversion between java.time.LocalTime and a String form.class
Class to handle the conversion between java.time.OffsetDateTime and a String form.class
Class to handle the conversion between java.time.OffsetTime and a String form.class
Class to handle the conversion between java.util.TimeZone and a String form.class
Class to handle the conversion between java.util.UUID and a String form.class
Class to handle the conversion between java.time.ZonedDateTime and a String form.