Package | Description |
---|---|
org.datanucleus.store.rdbms |
Package providing management of the persistence to RDBMS datastores.
|
org.datanucleus.store.rdbms.adapter |
Provides mappings of all supported databases to aspects of the database that determines the SQL generation.
|
org.datanucleus.store.rdbms.autostart |
Package providing additional implementation(s) for the auto-start mechanism for RDBMS datastores.
|
org.datanucleus.store.rdbms.exceptions | |
org.datanucleus.store.rdbms.identifier |
This package contains a series of classes defining the identifier names of datastore objects,
such as tables, foreign keys, indexes, primary keys etc.
|
org.datanucleus.store.rdbms.key |
This package contains wrappers to various types of keys found in RDBMS databases.
|
org.datanucleus.store.rdbms.mapping |
In an RDBMS datastore each class is represented as a Table (maybe shared with other classes).
|
org.datanucleus.store.rdbms.mapping.datastore |
Package containing mappings for datastore (JDBC) types.
|
org.datanucleus.store.rdbms.mapping.java |
Package providing mappings for all supported Java types in DataNucleus.
|
org.datanucleus.store.rdbms.request |
Provides the mechanism of communicating with the database using JDBC.
|
org.datanucleus.store.rdbms.schema |
Provides a definition of the schema in the datastore, including tables, columns and types.
|
org.datanucleus.store.rdbms.scostore |
This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus.
|
org.datanucleus.store.rdbms.sql |
Series of classes used to generate SQL statements.
|
org.datanucleus.store.rdbms.sql.expression |
Series of expressions representing conditions in SQL statements.
|
org.datanucleus.store.rdbms.table |
Provides the internal DataNucleus definition of a table/view and its columns.
|
org.datanucleus.store.rdbms.valuegenerator |
Package providing a series of value generators for use in RDBMS datastores.
|
Class and Description |
---|
DatastoreClass
Representation of a Java class in a datastore.
|
Table
Representation of a table in an RDBMS.
|
TableImpl
Class representing a table in a datastore (RDBMS).
|
Class and Description |
---|
Column
Interface for a column in an RDBMS datastore.
|
Table
Representation of a table in an RDBMS.
|
TableImpl
Class representing a table in a datastore (RDBMS).
|
ViewImpl
Representation of a View in a datastore (RDBMS).
|
Class and Description |
---|
AbstractTable
Abstract implementation of a table in the datastore.
|
TableImpl
Class representing a table in a datastore (RDBMS).
|
Class and Description |
---|
Column
Interface for a column in an RDBMS datastore.
|
Table
Representation of a table in an RDBMS.
|
Class and Description |
---|
Table
Representation of a table in an RDBMS.
|
Class and Description |
---|
Column
Interface for a column in an RDBMS datastore.
|
DatastoreClass
Representation of a Java class in a datastore.
|
Table
Representation of a table in an RDBMS.
|
Class and Description |
---|
Column
Interface for a column in an RDBMS datastore.
|
Table
Representation of a table in an RDBMS.
|
Class and Description |
---|
Column
Interface for a column in an RDBMS datastore.
|
Table
Representation of a table in an RDBMS.
|
Class and Description |
---|
Table
Representation of a table in an RDBMS.
|
Class and Description |
---|
DatastoreClass
Representation of a Java class in a datastore.
|
Class and Description |
---|
Table
Representation of a table in an RDBMS.
|
Class and Description |
---|
ArrayTable
Representation of a join table for an array.
|
CollectionTable
Representation of a join table for a Collection.
|
DatastoreClass
Representation of a Java class in a datastore.
|
JoinTable
Abstract class representing a field that maps to a table in the datastore.
|
MapTable
Representation of a join table for a Map.
|
PersistableJoinTable
Representation of a join table for the case where we have an N-1 unidirectional relation
stored in a join table.
|
Table
Representation of a table in an RDBMS.
|
Class and Description |
---|
Column
Interface for a column in an RDBMS datastore.
|
DatastoreClass
Representation of a Java class in a datastore.
|
Table
Representation of a table in an RDBMS.
|
Class and Description |
---|
Column
Interface for a column in an RDBMS datastore.
|
Class and Description |
---|
AbstractClassTable
Abstract representation of a table for a class.
|
AbstractTable
Abstract implementation of a table in the datastore.
|
ClassTable
Table representing a Java class (or classes) as a first class object (FCO).
|
Column
Interface for a column in an RDBMS datastore.
|
DatastoreClass
Representation of a Java class in a datastore.
|
DatastoreElementContainer
Class representing a container of elements (collection/array) mapped in a datastore (join table).
|
DatastoreMap
Class representing a map mapped in a datastore (join table).
|
ElementContainerTable
Representation of a join table for a container of elements.
|
JoinTable
Abstract class representing a field that maps to a table in the datastore.
|
SecondaryDatastoreClass
Secondary datastore class, managing the mapping of some of the fields of the class
and dependent on a DatastoreClass.
|
Table
Representation of a table in an RDBMS.
|
TableImpl
Class representing a table in a datastore (RDBMS).
|
ViewImpl
Representation of a View in a datastore (RDBMS).
|
Class and Description |
---|
AbstractTable
Abstract implementation of a table in the datastore.
|
TableImpl
Class representing a table in a datastore (RDBMS).
|
Copyright © 2017. All rights reserved.