All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hibernate.boot.jaxb.mapping.spi.Adapter8 Maven / Gradle / Ivy

There is a newer version: 5.6.15.Final
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.1 
// See https://javaee.github.io/jaxb-v2/ 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2022.08.30 at 02:56:23 PM UTC 
//


package org.hibernate.boot.jaxb.mapping.spi;

import jakarta.persistence.LockModeType;
import jakarta.xml.bind.annotation.adapters.XmlAdapter;

public class Adapter8
    extends XmlAdapter
{


    public LockModeType unmarshal(String value) {
        return (org.hibernate.boot.jaxb.mapping.internal.LockModeTypeMarshalling.fromXml(value));
    }

    public String marshal(LockModeType value) {
        return (org.hibernate.boot.jaxb.mapping.internal.LockModeTypeMarshalling.toXml(value));
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy