Interface ObjectRelationalMappingIF

  • All Known Implementing Classes:
    RDBMSMapping

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

      • 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.