Uses of Package
org.datanucleus.store.rdbms.table

Packages that use org.datanucleus.store.rdbms.table
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.key This package contains wrappers to various types of keys found in RDBMS databases. 
org.datanucleus.store.rdbms.mapping Package containing mappings for datastore (JDBC) types. 
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.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
Table
          Representation of a table in a datastore.
TableImpl
          Class representing a table in a datastore (RDBMS).
 

Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.adapter
Column
          Interface for a column in an RDBMS datastore.
Table
          Representation of a table in a datastore.
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
AbstractTable
          Abstract implementation of a table in the datastore.
Table
          Representation of a table in a datastore.
TableImpl
          Class representing a table in a datastore (RDBMS).
 

Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.exceptions
Column
          Interface for a column in an RDBMS datastore.
 

Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.key
Column
          Interface for a column in an RDBMS datastore.
 

Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.mapping
Column
          Interface for a column in an RDBMS datastore.
 

Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.schema
Table
          Representation of a table in a datastore.
 

Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.scostore
ArrayTable
          Representation of a join table for an array.
CollectionTable
          Representation of a join table for a Collection.
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.
 

Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.sql.expression
Column
          Interface for a column in an RDBMS datastore.
 

Classes in org.datanucleus.store.rdbms.table used by org.datanucleus.store.rdbms.table
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.
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.
Table
          Representation of a table in a datastore.
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
AbstractTable
          Abstract implementation of a table in the datastore.
Table
          Representation of a table in a datastore.
TableImpl
          Class representing a table in a datastore (RDBMS).
 



Copyright © 2012. All Rights Reserved.