Uses of Package
org.datanucleus.store.rdbms.mapping.java
Packages that use org.datanucleus.store.rdbms.mapping.java
Package
Description
Package providing management of the persistence to RDBMS datastores.
Provides mappings of all supported databases to aspects of the database that determines the SQL generation.
Package providing additional implementation(s) for the auto-start mechanism for RDBMS datastores.
Provides field-managers to populate JDBC Statements, and to extract from JDBC ResultSets.
This package contains wrappers to various types of keys found in RDBMS databases.
In an RDBMS datastore each class is represented as a Table (maybe shared with other classes).
Package containing mappings for column (JDBC) types.
Package providing mappings for all supported Java types in DataNucleus.
Package providing the querying mechanism for DataNucleus for RDBMS datastores.
Provides the mechanism of communicating with the database using JDBC.
This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus.
Series of classes used to generate SQL statements.
Series of expressions representing conditions in SQL statements.
Support for invocation of Java methods, typically using SQL functions.
Provides the internal DataNucleus definition of a table/view and its columns.
Package providing a series of value generators for use in RDBMS datastores.
-
Classes in org.datanucleus.store.rdbms.mapping.java used by org.datanucleus.store.rdbms
-
Classes in org.datanucleus.store.rdbms.mapping.java used by org.datanucleus.store.rdbms.adapter
-
Classes in org.datanucleus.store.rdbms.mapping.java used by org.datanucleus.store.rdbms.autostart
-
Classes in org.datanucleus.store.rdbms.mapping.java used by org.datanucleus.store.rdbms.fieldmanagerClassDescriptionMapping for Interface fields.Representation of the mapping of a Java type.
-
Classes in org.datanucleus.store.rdbms.mapping.java used by org.datanucleus.store.rdbms.key
-
Classes in org.datanucleus.store.rdbms.mapping.java used by org.datanucleus.store.rdbms.mapping
-
-
Classes in org.datanucleus.store.rdbms.mapping.java used by org.datanucleus.store.rdbms.mapping.javaClassDescriptionMapping for a field that represents a container of objects, such as a List, a Set, a Collection, a Map, or an array.Mapping for a discriminator column in a table used in inheritance.Mapping for an embedded PC object.Representation of the mapping of a Java type.Mapping to represent multiple mappings within the single overall java type mapping.Extension of MultiMapping where the actual mapping represents multiple possible persistable types such as with an interface/reference field.Maps a field storing a persistable object.Mapping for a "reference" type.Maps a field as serialised.Mapping for a serialised persistable object.Maps single collection elements as 1-1 instead of 1-N, by wrapping and reusing the JavaTypeMappings and member metadata of the element types.Simple mapping for a java field mapping to a single column.Mapping to represent a field that is mapped to multiple datastore columns.Abstract base mapping for all temporal types.Mapping class for mapping version state/timestamp columns in the database.
-
Classes in org.datanucleus.store.rdbms.mapping.java used by org.datanucleus.store.rdbms.query
-
Classes in org.datanucleus.store.rdbms.mapping.java used by org.datanucleus.store.rdbms.request
-
Classes in org.datanucleus.store.rdbms.mapping.java used by org.datanucleus.store.rdbms.scostore
-
Classes in org.datanucleus.store.rdbms.mapping.java used by org.datanucleus.store.rdbms.sql
-
Classes in org.datanucleus.store.rdbms.mapping.java used by org.datanucleus.store.rdbms.sql.expressionClassDescriptionRepresentation of the mapping of a Java type.Maps a field storing a persistable object.
-
Classes in org.datanucleus.store.rdbms.mapping.java used by org.datanucleus.store.rdbms.sql.method
-
Classes in org.datanucleus.store.rdbms.mapping.java used by org.datanucleus.store.rdbms.tableClassDescriptionMapping for a PC object embedded within another PC object (1-1 relation).Representation of the mapping of a Java type.
-