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