Interface CTMappingTableInfo


@ProviderType public interface CTMappingTableInfo
  • Method Details

    • getAddedMappings

      List<Map.Entry<Long,Long>> getAddedMappings()
    • getLeftColumnName

      String getLeftColumnName()
    • getLeftModelClass

      Class<?> getLeftModelClass()
    • getRemovedMappings

      List<Map.Entry<Long,Long>> getRemovedMappings()
    • getRightColumnName

      String getRightColumnName()
    • getRightModelClass

      Class<?> getRightModelClass()
    • getTableName

      String getTableName()