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

org.hibernate.boot.jaxb.mapping.spi.Adapter10 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: 2021.12.16 at 08:34:01 AM UTC 
//


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

import javax.persistence.TemporalType;
import javax.xml.bind.annotation.adapters.XmlAdapter;

public class Adapter10
    extends XmlAdapter
{


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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy