public class SiNoType
extends org.hibernate.type.AbstractSingleColumnStandardBasicType<java.lang.Boolean>
implements org.hibernate.type.PrimitiveType<java.lang.Boolean>, org.hibernate.type.DiscriminatorType<java.lang.Boolean>
Modifier and Type | Field and Description |
---|---|
static org.hibernate.type.YesNoType |
INSTANCE |
Constructor and Description |
---|
SiNoType() |
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
getDefaultValue() |
java.lang.String |
getName() |
java.lang.Class |
getPrimitiveClass() |
java.lang.String |
objectToSQLString(java.lang.Boolean value,
org.hibernate.dialect.Dialect dialect) |
java.lang.Boolean |
stringToObject(java.lang.String xml) |
nullSafeSet, sqlType
assemble, beforeAssemble, canDoExtraction, canDoSetting, compare, deepCopy, deepCopy, defaultSizes, dictatedSizes, disassemble, extract, extract, fromString, fromStringValue, get, getColumnSpan, getDefaultSize, getDictatedSize, getHashCode, getHashCode, getJavaTypeDescriptor, getMutabilityPlan, getRegistrationKeys, getReplacement, getReturnedClass, getSemiResolvedType, getSqlTypeDescriptor, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isDirty, isDirty, isEntityType, isEqual, isEqual, isModified, isMutable, isSame, isXMLElement, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, nullSafeSet, nullSafeSet, registerUnderJavaType, remapSqlTypeDescriptor, replace, replace, resolve, semiResolve, set, setJavaTypeDescriptor, setSqlTypeDescriptor, sqlTypes, toColumnNullness, toLoggableString, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
assemble, beforeAssemble, compare, deepCopy, defaultSizes, dictatedSizes, disassemble, getColumnSpan, getHashCode, getHashCode, getReturnedClass, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isDirty, isEntityType, isEqual, isEqual, isModified, isMutable, isSame, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, replace, replace, resolve, resolve, semiResolve, sqlTypes, toColumnNullness, toLoggableString
public java.lang.String getName()
getName
in interface org.hibernate.type.Type
public java.lang.Class getPrimitiveClass()
getPrimitiveClass
in interface org.hibernate.type.PrimitiveType<java.lang.Boolean>
public java.lang.Boolean stringToObject(java.lang.String xml) throws java.lang.Exception
stringToObject
in interface org.hibernate.type.IdentifierType<java.lang.Boolean>
java.lang.Exception
public java.io.Serializable getDefaultValue()
getDefaultValue
in interface org.hibernate.type.PrimitiveType<java.lang.Boolean>
public java.lang.String objectToSQLString(java.lang.Boolean value, org.hibernate.dialect.Dialect dialect) throws java.lang.Exception
objectToSQLString
in interface org.hibernate.type.LiteralType<java.lang.Boolean>
java.lang.Exception