Interface EmbeddableMapping
-
public interface EmbeddableMappingUnifying 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 StringgetClazz()StringgetParent()List<JaxbHbmTuplizerType>getTuplizer()
-
-
-
Method Detail
-
getClazz
String getClazz()
-
getTuplizer
List<JaxbHbmTuplizerType> getTuplizer()
-
getParent
String getParent()
-
-