Package org.hibernate.boot.jaxb.mapping
Class Adapter18
- java.lang.Object
-
- jakarta.xml.bind.annotation.adapters.XmlAdapter<String,OnDeleteAction>
-
- org.hibernate.boot.jaxb.mapping.Adapter18
-
public class Adapter18 extends XmlAdapter<String,OnDeleteAction>
-
-
Constructor Summary
Constructors Constructor Description Adapter18()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
marshal(OnDeleteAction value)
OnDeleteAction
unmarshal(String value)
-
-
-
Method Detail
-
unmarshal
public OnDeleteAction unmarshal(String value)
- Specified by:
unmarshal
in classXmlAdapter<String,OnDeleteAction>
-
marshal
public String marshal(OnDeleteAction value)
- Specified by:
marshal
in classXmlAdapter<String,OnDeleteAction>
-
-