Interface EmbeddableSourceContributor
-
- All Known Subinterfaces:
CompositeIdentifierSource
,IdentifierSourceAggregatedComposite
,IdentifierSourceNonAggregatedComposite
,PluralAttributeElementSourceEmbedded
,PluralAttributeMapKeySourceEmbedded
,SingularAttributeSourceEmbedded
public interface EmbeddableSourceContributor
Contract for things that can contain EmbeddableSource definitions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EmbeddableSource
getEmbeddableSource()
Gets the source information about the embeddable/composition.
-
-
-
Method Detail
-
getEmbeddableSource
EmbeddableSource getEmbeddableSource()
Gets the source information about the embeddable/composition.- Returns:
- The EmbeddableSource
-
-