Interface EmbeddableMapping
public interface EmbeddableMapping
Unifying contract for consuming JAXB types which describe an embeddable (in JPA terms).
-
Method Summary
-
Method Details
-
getClazz
String getClazz() -
getTuplizer
List<JaxbHbmTuplizerType> getTuplizer() -
getParent
String getParent()
-