See: Description
| Class | Description |
|---|---|
| AbstractContainerMapping |
Mapping for a field that represents a container of objects, such as a List,
a Set, a Collection, a Map, or an array.
|
| ArrayMapping |
Mapping for an array.
|
| BigDecimalMapping |
Mapping for BigDecimal type.
|
| BigIntegerMapping |
Mapping for BigInteger type.
|
| BitSetMapping |
Mapping for an array of bytes.
|
| BooleanMapping |
Mapping of Java Boolean object.
|
| BufferedImageMapping |
Support for java.awt.image.BufferedImage
|
| ByteMapping |
Mapping for Byte type.
|
| CharacterMapping |
Mapping for Character type.
|
| ClassMapping |
Mapping for a Class type.
|
| CollectionMapping |
Mapping for Collection/Set/List types.
|
| ColorMapping |
Mapping for java.awt.Color mapping the red, green, blue and alpha values to datastore fields.
|
| CurrencyMapping |
SCO Mapping for Currency type.
|
| DateMapping |
SCO Mapping for java.util.Date type.
|
| DiscriminatorLongMapping |
Discriminator using a Long delegate.
|
| DiscriminatorMapping |
Mapping for a discriminator column in a table used in inheritance.
|
| DiscriminatorStringMapping |
Discriminator using a String delegate.
|
| DoubleMapping |
Mapping for Double type.
|
| EmbeddedElementPCMapping |
Mapping for a PersistenceCapable object stored in an embedded collection within a
PersistenceCapable object.
|
| EmbeddedKeyPCMapping |
Mapping for a PC key object stored in an embedded map within a PC object.
|
| EmbeddedMapping |
Mapping for an embedded PC object.
|
| EmbeddedPCMapping |
Mapping for a PC object embedded within another PC object (1-1 relation).
|
| EmbeddedValuePCMapping |
Mapping for a PC key object stored in an embedded map within a PC object.
|
| EnumMapping |
Mapping for JDK1.5 Enum type.
|
| FileMapping |
Mapping for a File member.
|
| FloatMapping |
Mapping for Float Java type.
|
| GregorianCalendarMapping |
Maps the class fields of a GregorianCalendar to datastore field(s).
|
| IndexMapping |
Mapping for Index Columns.
|
| IntegerMapping |
Mapping for Integer type.
|
| InterfaceMapping |
Mapping for Interface fields.
|
| JavaTypeMapping |
Representation of the mapping of a Java type.
|
| LocalDateMapping |
SCO Mapping for javax.time.calendar.LocalDate type.
|
| LocalDateTimeMapping |
SCO Mapping for javax.time.calendar.LocalDateTime type.
|
| LocaleMapping |
Mapping for Locale type.
|
| LocalTimeMapping |
SCO Mapping for javax.time.calendar.LocalTime type.
|
| LongMapping |
Mapping for Long type.
|
| MapMapping |
SCO Mapping for Map types.
|
| MultiMapping |
Mapping to represent multiple mappings within the single overall java type mapping.
|
| MultiPersistableMapping |
Extension of MultiMapping where the actual mapping represents multiple possible persistable types
such as with an interface/reference field.
|
| NullMapping |
Simple mapping for a null literal.
|
| NumberMapping |
Mapping for Number type.
|
| ObjectAsIntegerMapping |
Abstract mapping for a java type that will be stored as a Integer type.
|
| ObjectAsLongMapping |
Abstract SCO mapping for a java type that will be stored as a Long type.
|
| ObjectAsStringMapping |
Abstract SCO mapping for a java type that will be stored as a String type.
|
| ObjectAsTimestampMapping |
Abstract SCO mapping for a java type that will be stored as a Timestamp type.
|
| ObjectMapping |
Mapping for Object fields.
|
| OIDMapping |
Mapping for datastore identity "field".
|
| PersistableIdMapping |
Maps to identity objects of persistable values.
|
| PersistableMapping |
Maps a field storing a persistable object.
|
| ReferenceIdMapping |
Maps to identity objects of reference values.
|
| ReferenceMapping |
Mapping for a "reference" type.
|
| SerialisedElementPCMapping |
Mapping for a serialised PersistenceCapable object being the element of a Collection.
|
| SerialisedKeyPCMapping |
Mapping for a serialised PersistenceCapable object being the key of a Map.
|
| SerialisedLocalFileMapping |
Mapping where we want to serialise a (Serializable) field to a local file.
|
| SerialisedMapping |
Maps a field as serialised.
|
| SerialisedPCMapping |
Mapping for a serialised PersistenceCapable object.
|
| SerialisedReferenceMapping |
Mapping for a serialised reference (Interface/Object) field.
|
| SerialisedValuePCMapping |
Mapping for a serialised PersistenceCapable object being the value of a Map.
|
| ShortMapping |
Mapping for the Short type.
|
| SingleFieldMapping |
Simple mapping for a java field mapping to a single datastore field.
|
| SingleFieldMultiMapping |
Mapping to represent a field that is mapped to multiple datastore columns.
|
| SqlDateMapping |
SCO Mapping for an SQLDate type.
|
| SqlTimeMapping |
SCO Mapping for an SQLTime type.
|
| SqlTimestampMapping |
SCO Mapping for an SQLTimestamp type.
|
| StringBufferMapping |
Mapping for a StringBuffer type.
|
| StringMapping |
Mapping for a String type.
|
| SubclassPCMapping |
Mapping for a field that stores a PC object that uses "subclass-table" inheritance
and where this is mapped in the datastore as a separate FK for each subclass.
|
| TemporalMapping |
Abstract base mapping for all temporal types.
|
| TimeZoneMapping |
Mapping for java TimeZone type.
|
| TypeConverterLongMapping |
Mapping where the member has its value converted to/from some storable datastore type using a TypeConverter that
uses a Long in the datastore.
|
| TypeConverterMapping |
Mapping where the member has its value converted to/from some storable datastore type using a TypeConverter.
|
| TypeConverterStringMapping |
Mapping where the member has its value converted to/from some storable datastore type using a TypeConverter that
uses a String in the datastore.
|
| URIMapping |
Mapping for java.net.URI type.
|
| URLMapping |
Mapping for java.net.URL type.
|
| UUIDMapping |
Mapping for java.util.UUID type.
|
| VersionLongMapping |
Version using a Long delegate.
|
| VersionMapping |
Mapping class for mapping version state/timestamp columns in the database.
|
| VersionTimestampMapping |
Version using a Timestamp delegate.
|
Package providing mappings for all supported Java types in DataNucleus. A JavaTypeMapping provides a mapping from the Java type to the associated RDBMS type(s). At the class side we have a field, and at the datastore side we have datastore column(s).
Copyright © 2013. All Rights Reserved.