类 Adapter4
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<String,EntityMode>
-
- org.hibernate.boot.jaxb.hbm.spi.Adapter4
-
public class Adapter4 extends javax.xml.bind.annotation.adapters.XmlAdapter<String,EntityMode>
-
-
方法详细资料
-
unmarshal
public EntityMode unmarshal(String value)
- 指定者:
unmarshal在类中javax.xml.bind.annotation.adapters.XmlAdapter<String,EntityMode>
-
marshal
public String marshal(EntityMode value)
- 指定者:
marshal在类中javax.xml.bind.annotation.adapters.XmlAdapter<String,EntityMode>
-
-