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

Packages that use org.datanucleus.store.rdbms.schema
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.mapping Package containing mappings for datastore (JDBC) types. 
org.datanucleus.store.rdbms.mapping.oracle Package containing mappings for Oracle datastores, extending on the mappings found in packages org.datanucleus.store.mapped.mapping and org.datanucleus.store.rdbms.mapping
org.datanucleus.store.rdbms.schema Provides a definition of the schema in the datastore, including tables, columns and types. 
org.datanucleus.store.rdbms.table Provides the internal DataNucleus definition of a table/view and its columns. 
 

Classes in org.datanucleus.store.rdbms.schema used by org.datanucleus.store.rdbms
RDBMSColumnInfo
          Representation of column schema information in the datastore.
SQLTypeInfo
          Representation of SQL type information in the datastore.
 

Classes in org.datanucleus.store.rdbms.schema used by org.datanucleus.store.rdbms.adapter
ForeignKeyInfo
          Represents the metadata of a specific foreign key column.
RDBMSColumnInfo
          Representation of column schema information in the datastore.
SQLTypeInfo
          Representation of SQL type information in the datastore.
 

Classes in org.datanucleus.store.rdbms.schema used by org.datanucleus.store.rdbms.mapping
SQLTypeInfo
          Representation of SQL type information in the datastore.
 

Classes in org.datanucleus.store.rdbms.schema used by org.datanucleus.store.rdbms.mapping.oracle
SQLTypeInfo
          Representation of SQL type information in the datastore.
 

Classes in org.datanucleus.store.rdbms.schema used by org.datanucleus.store.rdbms.schema
RDBMSColumnInfo
          Representation of column schema information in the datastore.
RDBMSSchemaInfo
          Representation of schema table information in the datastore.
RDBMSTableFKInfo
          Representation of FK information for a table in the datastore.
RDBMSTableIndexInfo
          Representation of index information for a table in the datastore.
RDBMSTableInfo
          Representation of table column information in the datastore.
RDBMSTablePKInfo
          Representation of PK information for a table in the datastore.
RDBMSTypesInfo
          Representation of types information in the datastore.
SQLTypeInfo
          Representation of SQL type information in the datastore.
 

Classes in org.datanucleus.store.rdbms.schema used by org.datanucleus.store.rdbms.table
RDBMSColumnInfo
          Representation of column schema information in the datastore.
SQLTypeInfo
          Representation of SQL type information in the datastore.
 



Copyright © 2012. All Rights Reserved.