Module org.jooq
Package org.jooq

Interface Domain<T>

All Superinterfaces:
Named, Qualified, QueryPart, Serializable, Typed<T>

public interface Domain<T> extends Qualified, Typed<T>
The meta model of a SQL DOMAIN
Author:
Lukas Eder
  • Method Details

    • getChecks

      @NotNull @NotNull List<Check<?>> getChecks()
      The DOMAIN's condition.