Uses of Class
org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
Packages that use SingleFieldMapping
Package
Description
Package providing mappings for all supported Java types in DataNucleus.
-
Uses of SingleFieldMapping in org.datanucleus.store.rdbms.mapping.java
Subclasses of SingleFieldMapping in org.datanucleus.store.rdbms.mapping.javaModifier and TypeClassDescriptionclassMapping for a field that represents a container of objects, such as a List, a Set, a Collection, a Map, or an array.classMapping for an array.classMapping for BigDecimal type.classMapping for BigInteger type.classMapping for an array of bytes.classMapping of Java Boolean object.classMapping for Byte type.classMapping for Character type.classMapping for Collection types.classMapping for datastore identity "field".classSCO Mapping for java.util.Date type.classMapping for a discriminator column in a table used in inheritance.static final classDiscriminator using a Long delegate.static final classDiscriminator using a String delegate.classMapping for Double type.classMapping for a persistable object stored in an embedded collection within a persistable object.classMapping for a PC key object stored in an embedded map within a PC object.classMapping for an embedded PC object.classMapping for a PC object embedded within another PC object (1-1 relation).classMapping for a PC key object stored in an embedded map within a PC object.classMapping for Enum type.classMapping for a File member.classMapping for Float Java type.classMapping for Integer type.classMapping for Long type.classSCO Mapping for Map types.classSimple mapping for a null literal.classMapping for Number type.final classMapping for the ordering of an "indexed" list.classMapping for a serialised persistable object being the element of a Collection.classMapping for a serialised persistable object being the key of a Map.classMaps a field as serialised.classMapping for a serialised persistable object.classMapping for a serialised reference (Interface/Object) field.classMapping for a serialised persistable object being the value of a Map.classMapping for the Short type.classSCO Mapping for a java.sql.Date type.classMapping to represent the return value of an SQL function invocation.classSCO Mapping for a java.sql.Time type.classSCO Mapping for a java.sql.Timestamp type.classMapping for a String type.classAbstract base mapping for all temporal types.classMapping where the member has its value converted to/from some storable datastore type using a TypeConverter.classMapping for fields of type java.util.UUID.classMapping class for mapping version state/timestamp columns in the database.static final classVersion using a Long delegate.static final classVersion using a Timestamp delegate.