Class KeySet.Builder

  • Enclosing class:
    KeySet

    public static class KeySet.Builder
    extends Object
    Builder for KeySet instances.
    • Method Detail

      • addKey

        public KeySet.Builder addKey​(Key key)
        Adds a key to the key set. key should contain exactly as many elements as there are columns in the primary or index key with this this key set is used.
      • setAll

        public KeySet.Builder setAll()
        Makes the key set retrieve all rows of a table or index.
      • build

        public KeySet build()