Uses of Class
org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter.ColumnTypeMappings
Packages that use BaseDatastoreAdapter.ColumnTypeMappings
Package
Description
Provides mappings of all supported databases to aspects of the database that determines the SQL generation.
-
Uses of BaseDatastoreAdapter.ColumnTypeMappings in org.datanucleus.store.rdbms.adapter
Fields in org.datanucleus.store.rdbms.adapter with type parameters of type BaseDatastoreAdapter.ColumnTypeMappingsModifier and TypeFieldDescription(package private) Map
<String, BaseDatastoreAdapter.ColumnTypeMappings> BaseDatastoreAdapter.datastoreTypeMappingsByJavaType
Definition of which datastore mapping should be used for which java type, JDBC type, and SQL type, and the respective default type.