Interface JdbcMappingContainer

    • Method Detail

      • getJdbcTypeCount

        default int getJdbcTypeCount()
        The number of JDBC mappings
      • getJdbcMappings

        default List<JdbcMapping> getJdbcMappings()
        The list of JDBC mappings
      • forEachJdbcType

        int forEachJdbcType​(int offset,
                            IndexedConsumer<JdbcMapping> action)
        Visit each JdbcMapping starting from the given offset