Class MappingManagerImpl.MappedType

java.lang.Object
org.datanucleus.store.rdbms.mapping.MappingManagerImpl.MappedType
Enclosing class:
MappingManagerImpl

static class MappingManagerImpl.MappedType extends Object
Definition of a java type that can be "mapped". The type is supported to some degree, maybe as FCO or maybe as SCO.
  • Field Details

  • Constructor Details

    • MappedType

      public MappedType(Class javaType, Class<? extends JavaTypeMapping> mappingType)
      Constructor.
      Parameters:
      javaType - the java type class being supported
      mappingType - the java mapping class. An extension of JavaTypeMapping
  • Method Details