Uses of Interface
org.eclipse.emf.cdo.server.db.mapping.ITypeMapping.Provider
Packages that use ITypeMapping.Provider
Package
Description
Server concepts for dealing with mapping strategies and mappings for classes, lists and types.
-
Uses of ITypeMapping.Provider in org.eclipse.emf.cdo.server.db.mapping
Fields in org.eclipse.emf.cdo.server.db.mapping declared as ITypeMapping.ProviderModifier and TypeFieldDescriptionstatic final ITypeMapping.Provider
ITypeMapping.Provider.INSTANCE
The one global (singleton) provider instance.Methods in org.eclipse.emf.cdo.server.db.mapping that return ITypeMapping.ProviderMethods in org.eclipse.emf.cdo.server.db.mapping with parameters of type ITypeMapping.ProviderModifier and TypeMethodDescriptionabstract org.eclipse.net4j.db.DBType
ColumnTypeModifier.modify
(ITypeMapping.Provider provider, IMappingStrategy mappingStrategy, EStructuralFeature feature, org.eclipse.net4j.db.DBType dbType) Can modify the column type of atype mapping
that is created by thetype mapping registry
.