Schnittstelle ITypeMapping.Registry

Umschließende Schnittstelle:
ITypeMapping

public static interface ITypeMapping.Registry
A global (singleton) registry which collects all available type mappings which are either available in the CDO core, as declared extensions, or registered manually.
Seit:
4.0
Autor:
Stefan Winkler
  • Felddetails

  • Methodendetails

    • registerTypeMapping

      void registerTypeMapping(ITypeMapping.Descriptor descriptor)
      Register a type mapping by descriptor.
    • getDefaultFeatureMapDBTypes

      @Deprecated Collection<org.eclipse.net4j.db.DBType> getDefaultFeatureMapDBTypes()
      Veraltet.
      As of 4.5 feature maps are no longer supported.
      Provides a list of all DBTypes for which type mappings exist in the registry. This is used in feature map tables to create columns for all of these types.