Interface EmbeddableMapping


public interface EmbeddableMapping
Unifying contract for consuming JAXB types which describe an embeddable (in JPA terms).
  • Method Details

    • getClazz

      String getClazz()
    • getTuplizer

      List<org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType> getTuplizer()
    • getParent

      String getParent()