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