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

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

package net.optionfactory.hj.postgres;

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

public class PostgreSQL92DialectWithJsonb extends PostgreSQL92Dialect {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy