Interface EmbeddableMapping
-
public interface EmbeddableMapping
Unifying contract for consuming JAXB types which describe an embeddable (in JPA terms).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClazz()
String
getParent()
List<JaxbHbmTuplizerType>
getTuplizer()
-
-
-
Method Detail
-
getClazz
String getClazz()
-
getTuplizer
List<JaxbHbmTuplizerType> getTuplizer()
-
getParent
String getParent()
-
-