Interface EmbeddedAttributeMapping

All Superinterfaces:
AttributeMapping, SingularAttributeInfo, ToolingHintContainer

public interface EmbeddedAttributeMapping extends SingularAttributeInfo
Unifying contract for any JAXB types which describe an embedded (in JPA terms).

Essentially this presents a unified contract over the <component/>, <composite-id/>, <dynamic-component/> and <nested-dynamic-component/> elements

  • Method Details

    • isUnique

      boolean isUnique()
    • getEmbeddableMapping

      EmbeddableMapping getEmbeddableMapping()