Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Identity |
build() |
Identity.Builder |
columnName(String columnName)
The name of the identity column.
|
Identity.Builder |
copy(Identity model) |
Identity.Builder |
isAlways(Boolean isAlways)
True if the identity value is GENERATED ALWAYS.
|
Identity.Builder |
isNull(Boolean isNull)
True if the identity value is GENERATED BY DEFAULT ON NULL.
|
public Identity.Builder columnName(String columnName)
The name of the identity column.
columnName
- the value to setpublic Identity.Builder isAlways(Boolean isAlways)
True if the identity value is GENERATED ALWAYS.
isAlways
- the value to setpublic Identity.Builder isNull(Boolean isNull)
True if the identity value is GENERATED BY DEFAULT ON NULL.
isNull
- the value to setpublic Identity build()
public Identity.Builder copy(Identity model)
Copyright © 2016–2024. All rights reserved.