Uses of Package
org.datanucleus.store.rdbms.table
-
Packages that use org.datanucleus.store.rdbms.table 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.column Package containing mappings for column (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. -
Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms Class 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). -
Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.adapter Class 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). -
Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.autostart Class Description AbstractTable Abstract implementation of a table in the datastore.Table Representation of a table in an RDBMS.TableImpl Class representing a table in a datastore (RDBMS). -
Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.exceptions Class Description Column Interface for a column in an RDBMS datastore.Table Representation of a table in an RDBMS. -
Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.identifier Class Description Table Representation of a table in an RDBMS. -
Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.key Class 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. -
Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.mapping Class Description Column Interface for a column in an RDBMS datastore.Table Representation of a table in an RDBMS. -
Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.mapping.column Class Description Column Interface for a column in an RDBMS datastore. -
Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.mapping.java Class Description Table Representation of a table in an RDBMS. -
Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.request Class Description DatastoreClass Representation of a Java class in a datastore. -
Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.schema Class Description Table Representation of a table in an RDBMS. -
Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.scostore Class 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. -
Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.sql Class 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. -
Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.sql.expression Class Description Column Interface for a column in an RDBMS datastore. -
Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.table Class 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.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). -
Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.valuegenerator Class Description AbstractTable Abstract implementation of a table in the datastore.Table Representation of a table in an RDBMS.TableImpl Class representing a table in a datastore (RDBMS).