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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EmbeddableMapping
getEmbeddableMapping()
boolean
isUnique()
-
Methods inherited from interface org.hibernate.boot.jaxb.hbm.spi.AttributeMapping
getAccess, getName
-
Methods inherited from interface org.hibernate.boot.jaxb.hbm.spi.ToolingHintContainer
getToolingHints
-
-
-
-
Method Detail
-
isUnique
boolean isUnique()
-
getEmbeddableMapping
EmbeddableMapping getEmbeddableMapping()
-
-