Interface EmbeddableSourceContributor
- All Known Subinterfaces:
CompositeIdentifierSource
,IdentifierSourceAggregatedComposite
,IdentifierSourceNonAggregatedComposite
,PluralAttributeElementSourceEmbedded
,PluralAttributeMapKeySourceEmbedded
,SingularAttributeSourceEmbedded
- All Known Implementing Classes:
AbstractSingularAttributeSourceEmbeddedImpl
,PluralAttributeElementSourceEmbeddedImpl
,PluralAttributeMapKeySourceEmbeddedImpl
public interface EmbeddableSourceContributor
Contract for things that can contain EmbeddableSource definitions.
-
Method Summary
Modifier and TypeMethodDescriptionGets the source information about the embeddable/composition.
-
Method Details
-
getEmbeddableSource
EmbeddableSource getEmbeddableSource()Gets the source information about the embeddable/composition.- Returns:
- The EmbeddableSource
-