public interface RelationalValueSourceContainer extends ColumnBindingDefaults
Contract for a container of RelationalValueSource references. Multiple types of things operate as sources
of "relational value" information; some examples include:<ul>
<li>id attribute(s) mappings</li>
<li>basic attribute mappings</li>
<li>composite attribute mappings</li>
<li>plural attribute mappings</li>
<li>etc</li>
</ul>
Not only does it provide access to the relational value sources (getRelationalValueSources(), it also defines
contextual information for those sources in terms of default values.
See RelationalValueSource for additional details.
| Modifier and Type | Method and Description |
|---|---|
List<RelationalValueSource> |
getRelationalValueSources()
Obtain the contained
RelationalValueSource references. |
areValuesIncludedInInsertByDefault, areValuesIncludedInUpdateByDefault, areValuesNullableByDefaultList<RelationalValueSource> getRelationalValueSources()
Obtain the contained RelationalValueSource references.
RelationalValueSource references.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.