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

net.optionfactory.hj.postgres.PostgreSQL94DialectWithJsonb Maven / Gradle / Ivy

package net.optionfactory.hj.postgres;

import java.sql.Types;
import org.hibernate.dialect.PostgreSQL94Dialect;

public class PostgreSQL94DialectWithJsonb extends PostgreSQL94Dialect {

    public PostgreSQL94DialectWithJsonb() {
        registerColumnType(Types.OTHER, "jsonb");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy