Module jakarta.nosql.column


module jakarta.nosql.column
The Jakarta NoSQL column module.

A column family is a NoSQL object that contains columns of related data. It is a tuple (pair) that consists of a key-value pair, where the key is mapped to a value that is a set of columns. In analogy with relational databases, a column family is as a "table", each key-value pair being a "row".

  • Packages

    Exports
    Package
    Description
    Defines the API to Column Family in mapping level.