Package org.hibernate.boot.jaxb.mapping
Class Adapter12
java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,LockModeType>
org.hibernate.boot.jaxb.mapping.Adapter12
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshal(LockModeType value) Convert a bound type to a value type.Convert a value type to a bound type.
-
Constructor Details
-
Adapter12
public Adapter12()
-
-
Method Details
-
unmarshal
Description copied from class:XmlAdapterConvert a value type to a bound type.- Specified by:
unmarshalin classXmlAdapter<String,LockModeType> - Parameters:
value- The value to be converted. Can be null.
-
marshal
Description copied from class:XmlAdapterConvert a bound type to a value type.- Specified by:
marshalin classXmlAdapter<String,LockModeType> - Parameters:
value- The value to be converted. Can be null.
-