public interface ColumnBindingDefaults
Modifier and Type | Method and Description |
---|---|
boolean |
areValuesIncludedInInsertByDefault()
How should non-specification of value insertion by the individual value sources here be
interpreted in terms of defaulting that value.
|
boolean |
areValuesIncludedInUpdateByDefault()
How should non-specification of value updating by the individual value sources here be
interpreted in terms of defaulting that value.
|
boolean |
areValuesNullableByDefault()
How should non-specification of value nullability by the individual value sources here be
interpreted in terms of defaulting that value.
|
boolean areValuesIncludedInInsertByDefault()
true
Indicates that insertions are enabled by default for all value sources which
do not explicitly specify.boolean areValuesIncludedInUpdateByDefault()
true
Indicates that updates are enabled by default for all value sources which
do not explicitly specify.boolean areValuesNullableByDefault()
true
Indicates that insertions are enabled by default for all value sources which
do not explicitly specify.Copyright © 2021 JBoss by Red Hat. All rights reserved.