Class OracleBooleanJdbcType

    • Constructor Detail

      • OracleBooleanJdbcType

        public OracleBooleanJdbcType()
    • Method Detail

      • getCheckCondition

        public String getCheckCondition​(String columnName,
                                        JavaType<?> javaType,
                                        BasicValueConverter<?,​?> converter,
                                        Dialect dialect)
        Description copied from interface: JdbcType
        The check constraint that should be added to the column definition in generated DDL.
        Parameters:
        columnName - the name of the column
        javaType - the JavaType of the mapped column
        converter - the converter, if any, or null
        dialect - the SQL Dialect
        Returns:
        a check constraint condition or null