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

org.hibernate.boot.jaxb.hbm.spi.Adapter6 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.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: 2020.04.30 at 01:51:02 PM PDT 
//


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

import javax.xml.bind.annotation.adapters.XmlAdapter;
import org.hibernate.tuple.GenerationTiming;

public class Adapter6
    extends XmlAdapter
{


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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy