Package org.hibernate.boot.jaxb.hbm.spi
Class Adapter9
- java.lang.Object
- jakarta.xml.bind.annotation.adapters.XmlAdapter<String,OptimisticLockStyle>
- org.hibernate.boot.jaxb.hbm.spi.Adapter9
public classAdapter9extendsXmlAdapter<String,OptimisticLockStyle>
Constructor Summary
Constructors Constructor Description Adapter9()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringmarshal(OptimisticLockStyle value)OptimisticLockStyleunmarshal(String value)
Method Detail
unmarshal
public OptimisticLockStyle unmarshal(String value)
- Specified by:
unmarshalin classXmlAdapter<String,OptimisticLockStyle>
marshal
public String marshal(OptimisticLockStyle value)
- Specified by:
marshalin classXmlAdapter<String,OptimisticLockStyle>