Uses of Package
org.datanucleus.store.types.converters
Packages that use org.datanucleus.store.types.converters
Package
Description
Provides a series of convenience classes for modelling tables and columns that a class and its members map onto.
Package providing basic java type handling for DataNucleus.
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.
-
Classes in org.datanucleus.store.types.converters used by org.datanucleus.store.schema.tableClassDescriptionConverter for a java type to another type suitable for the datastore.
-
Classes in org.datanucleus.store.types.converters used by org.datanucleus.store.typesClassDescriptionConverter for a java type to another type suitable for the datastore.
-
Classes in org.datanucleus.store.types.converters used by org.datanucleus.store.types.convertersClassDescriptionInterface implemented by a TypeConverter if it has default length values for any of its datastore columns.Interface implemented by a TypeConverter when it converts a member to multiple columns, providing the information about what types the columns store.Converter for a java type to another type suitable for the datastore.