Class Adapter8

java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,LockMode>
org.hibernate.boot.jaxb.hbm.spi.Adapter8

public class Adapter8 extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,LockMode>
  • Constructor Details

    • Adapter8

      public Adapter8()
  • Method Details

    • unmarshal

      public LockMode unmarshal(String value)
      Specified by:
      unmarshal in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,LockMode>
    • marshal

      public String marshal(LockMode value)
      Specified by:
      marshal in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,LockMode>