接口 EmbeddedAttributeMapping
-
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- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 EmbeddableMappinggetEmbeddableMapping()booleanisUnique()-
从接口继承的方法 org.hibernate.boot.jaxb.hbm.spi.AttributeMapping
getAccess, getName
-
从接口继承的方法 org.hibernate.boot.jaxb.hbm.spi.ToolingHintContainer
getToolingHints
-
-
-
-
方法详细资料
-
isUnique
boolean isUnique()
-
getEmbeddableMapping
EmbeddableMapping getEmbeddableMapping()
-
-