Package org.hibernate.dialect
Class OracleBooleanJdbcType
- java.lang.Object
-
- org.hibernate.type.descriptor.jdbc.BooleanJdbcType
-
- org.hibernate.dialect.OracleBooleanJdbcType
-
- All Implemented Interfaces:
Serializable
,AdjustableJdbcType
,JdbcType
public class OracleBooleanJdbcType extends BooleanJdbcType
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static OracleBooleanJdbcType
INSTANCE
-
Constructor Summary
Constructors Constructor Description OracleBooleanJdbcType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCheckCondition(String columnName, JavaType<?> javaType, BasicValueConverter<?,?> converter, Dialect dialect)
The check constraint that should be added to the column definition in generated DDL.-
Methods inherited from class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
getBinder, getExtractor, getFriendlyName, getJdbcLiteralFormatter, getJdbcRecommendedJavaTypeMapping, getJdbcTypeCode, getPreferredJavaTypeClass, resolveIndicatedType, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hibernate.type.descriptor.jdbc.JdbcType
addAuxiliaryDatabaseObjects, addAuxiliaryDatabaseObjects, appendWriteExpression, getCastType, getDdlTypeCode, getDefaultSqlTypeCode, getExtraCreateTableInfo, hasDatePart, hasTimePart, isArray, isBinary, isBoolean, isComparable, isDecimal, isDuration, isFloat, isInteger, isInterval, isLob, isLobOrLong, isNationalized, isNumber, isSmallInteger, isSpatial, isString, isStringLike, isStringLikeExcludingClob, isTemporal, registerOutParameter, registerOutParameter, wrapTopLevelSelectionExpression, wrapWriteExpression
-
-
-
-
Field Detail
-
INSTANCE
public static final OracleBooleanJdbcType INSTANCE
-
-