Class Identity.Builder

  • Enclosing class:
    Identity

    public static class Identity.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • columnName

        public Identity.Builder columnName​(String columnName)
        The name of the identity column.
        Parameters:
        columnName - the value to set
        Returns:
        this builder
      • isAlways

        public Identity.Builder isAlways​(Boolean isAlways)
        True if the identity value is GENERATED ALWAYS.
        Parameters:
        isAlways - the value to set
        Returns:
        this builder
      • isNull

        public Identity.Builder isNull​(Boolean isNull)
        True if the identity value is GENERATED BY DEFAULT ON NULL.
        Parameters:
        isNull - the value to set
        Returns:
        this builder