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

com.vladmihalcea.hibernate.type.json.internal.JdbcTypeSetter Maven / Gradle / Ivy

There is a newer version: 2.21.1
Show newest version
package com.vladmihalcea.hibernate.type.json.internal;

import org.hibernate.type.descriptor.jdbc.JdbcType;

/**
 * @author Vlad Mihalcea
 */
public interface JdbcTypeSetter {

    void setJdbcType(JdbcType jdbcType);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy