Uses of Package
org.datanucleus.store.rdbms.mapping.column
Packages that use org.datanucleus.store.rdbms.mapping.column
Package
Description
Provides mappings of all supported databases to aspects of the database that determines the SQL generation.
In an RDBMS datastore each class is represented as a Table (maybe shared with other classes).
Package containing mappings for column (JDBC) types.
Package providing mappings for all supported Java types in DataNucleus.
Provides the internal DataNucleus definition of a table/view and its columns.
-
Classes in org.datanucleus.store.rdbms.mapping.column used by org.datanucleus.store.rdbms.adapter
-
Classes in org.datanucleus.store.rdbms.mapping.column used by org.datanucleus.store.rdbms.mapping
-
Classes in org.datanucleus.store.rdbms.mapping.column used by org.datanucleus.store.rdbms.mapping.columnClassDescriptionImplementation of the mapping of a column.Mapping of a large binary (e.g BLOB, LONGVARBINARY) column.Mapping of a BOOLEAN column.Mapping of a CHAR column.Representation of the mapping of a column.Mapping of a DOUBLE column.Mapping of a Long VARCHAR column.Mapping of a NCHAR column.Spooler for files being streamed from the datastore.Mapping of a VARBINARY column.
-
-
Classes in org.datanucleus.store.rdbms.mapping.column used by org.datanucleus.store.rdbms.table