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