接口 ColumnBindingDefaults
-
- 所有已知子接口:
PluralAttributeElementSourceBasic,PluralAttributeElementSourceManyToMany,PluralAttributeKeySource,PluralAttributeMapKeyManyToManySource,PluralAttributeMapKeySourceBasic,PluralAttributeSequentialIndexSource,RelationalValueSourceContainer,SingularAttributeSourceBasic,SingularAttributeSourceManyToOne,VersionAttributeSource
- 所有已知实现类:
CompositeIdentifierSingularAttributeSourceBasicImpl,CompositeIdentifierSingularAttributeSourceManyToOneImpl,PluralAttributeElementSourceBasicImpl,PluralAttributeElementSourceManyToManyImpl,PluralAttributeKeySourceImpl,PluralAttributeMapKeyManyToManySourceImpl,PluralAttributeMapKeySourceBasicImpl,PluralAttributeSequentialIndexSourceImpl
public interface ColumnBindingDefaults- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 booleanareValuesIncludedInInsertByDefault()How should non-specification of value insertion by the individual value sources here be interpreted in terms of defaulting that value.booleanareValuesIncludedInUpdateByDefault()How should non-specification of value updating by the individual value sources here be interpreted in terms of defaulting that value.booleanareValuesNullableByDefault()How should non-specification of value nullability by the individual value sources here be interpreted in terms of defaulting that value.
-
-
-
方法详细资料
-
areValuesIncludedInInsertByDefault
boolean areValuesIncludedInInsertByDefault()
How should non-specification of value insertion by the individual value sources here be interpreted in terms of defaulting that value.- 返回:
trueIndicates that insertions are enabled by default for all value sources which do not explicitly specify.
-
areValuesIncludedInUpdateByDefault
boolean areValuesIncludedInUpdateByDefault()
How should non-specification of value updating by the individual value sources here be interpreted in terms of defaulting that value.- 返回:
trueIndicates that updates are enabled by default for all value sources which do not explicitly specify.
-
areValuesNullableByDefault
boolean areValuesNullableByDefault()
How should non-specification of value nullability by the individual value sources here be interpreted in terms of defaulting that value.- 返回:
trueIndicates that insertions are enabled by default for all value sources which do not explicitly specify.
-
-