Interface JdbcMappingContainer

    • Method Detail

      • getJdbcTypeCount

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

        JdbcMapping getJdbcMapping​(int index)
      • getSingleJdbcMapping

        default JdbcMapping getSingleJdbcMapping()
      • forEachJdbcType

        int forEachJdbcType​(int offset,
                            org.hibernate.internal.util.IndexedConsumer<JdbcMapping> action)
        Visit each JdbcMapping starting from the given offset