Module org.jooq
Package org.jooq

Interface RecordUnmapper<E,​R extends Record>

    • Method Detail

      • unmap

        R unmap​(E source)
         throws MappingException
        Unmap a POJO into a record.
        Parameters:
        source - The source object to copy data from. This is never null.
        Throws:
        MappingException - wrapping any reflection exception that might have occurred while mapping records.