Uses of Package
org.datanucleus.store.rdbms.schema
-
Packages that use org.datanucleus.store.rdbms.schema 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.mapping.column Package containing mappings for column (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.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 Class Description 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 Class Description 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.column Class Description SQLTypeInfo Representation of SQL type information in the datastore. -
Classes in org.datanucleus.store.rdbms.schema used by org.datanucleus.store.rdbms.schema Class Description 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. -
Classes in org.datanucleus.store.rdbms.schema used by org.datanucleus.store.rdbms.table Class Description RDBMSColumnInfo Representation of column schema information in the datastore.SQLTypeInfo Representation of SQL type information in the datastore.