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

org.hibernate.boot.jaxb.hbm.spi.Adapter9 Maven / Gradle / Ivy

There is a newer version: 6.5.0.CR2
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2017.04.14 at 12:21:23 PM CEST 
//


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

import javax.xml.bind.annotation.adapters.XmlAdapter;
import org.hibernate.engine.OptimisticLockStyle;

public class Adapter9
    extends XmlAdapter
{


    public OptimisticLockStyle unmarshal(String value) {
        return (org.hibernate.boot.jaxb.hbm.internal.OptimisticLockStyleConverter.fromXml(value));
    }

    public String marshal(OptimisticLockStyle value) {
        return (org.hibernate.boot.jaxb.hbm.internal.OptimisticLockStyleConverter.toXml(value));
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy