Interface ObjectRelationalMappingIF

All Known Implementing Classes:
RDBMSMapping

public interface ObjectRelationalMappingIF
INTERNAL: An object relational mapping wrapper class used by the RDBMS proxy implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
    INTERNAL: Get the class info by object type.
    boolean
    isDeclared(Class<?> type)
    INTERNAL: Returns true if the object type has a class descriptor.
  • Method Details

    • getClassInfo

      ClassInfoIF getClassInfo(Class<?> type)
      INTERNAL: Get the class info by object type.
    • isDeclared

      boolean isDeclared(Class<?> type)
      INTERNAL: Returns true if the object type has a class descriptor.