Uses of Class
org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter.ColumnTypeMappings
-
Packages that use BaseDatastoreAdapter.ColumnTypeMappings Package Description org.datanucleus.store.rdbms.adapter 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.ColumnTypeMappings Modifier and Type Field Description (package private) java.util.Map<java.lang.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.
-