Uses of Interface
org.jooq.Node

Packages that use Node
Package
Description
This package contains jOOQ's public API.
  • Uses of Node in org.jooq

    Classes in org.jooq with type parameters of type Node
    Modifier and Type
    Interface
    Description
    interface 
    Node<N extends Node<N>>
    An abstraction over directed, acyclic graph models.
    Subinterfaces of Node in org.jooq
    Modifier and Type
    Interface
    Description
    interface 
    A change set describing the exact migration path between the parents() versions and the Commit.version() represented by this change.
    interface 
    A version ID attached to a Meta description of a database.