public class JsonObjectType
extends org.hibernate.type.AbstractSingleColumnStandardBasicType<org.json.JSONObject>
| Modifier and Type | Field and Description |
|---|---|
static JsonObjectType |
INSTANCE |
| Constructor and Description |
|---|
JsonObjectType() |
JsonObjectType(Handling sqlHandler,
java.lang.String[] regKeys,
java.lang.String name) |
JsonObjectType(java.lang.String[] regKeys,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.lang.String[] |
getRegistrationKeys() |
protected boolean |
registerUnderJavaType() |
nullSafeSet, sqlTypeassemble, beforeAssemble, canDoExtraction, canDoSetting, compare, deepCopy, deepCopy, defaultSizes, dictatedSizes, disassemble, extract, extract, fromString, fromStringValue, get, getColumnSpan, getDefaultSize, getDictatedSize, getHashCode, getHashCode, getJavaTypeDescriptor, getMutabilityPlan, 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, remapSqlTypeDescriptor, replace, replace, resolve, semiResolve, set, setJavaTypeDescriptor, setSqlTypeDescriptor, sqlTypes, toColumnNullness, toLoggableString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromStringValue, get, nullSafeGet, set, toStringassemble, 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, replace, replace, resolve, semiResolve, sqlTypes, toColumnNullness, toLoggableStringpublic static final JsonObjectType INSTANCE
public JsonObjectType()
public JsonObjectType(java.lang.String[] regKeys,
java.lang.String name)
public JsonObjectType(Handling sqlHandler, java.lang.String[] regKeys, java.lang.String name)
public java.lang.String getName()
public java.lang.String[] getRegistrationKeys()
getRegistrationKeys in interface org.hibernate.type.BasicTypegetRegistrationKeys in class org.hibernate.type.AbstractStandardBasicType<org.json.JSONObject>protected boolean registerUnderJavaType()
registerUnderJavaType in class org.hibernate.type.AbstractStandardBasicType<org.json.JSONObject>