|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.type.AbstractType
org.hibernate.type.NullableType
org.hibernate.type.MutableType
org.hibernate.type.AbstractCharArrayType
org.hibernate.type.CharArrayType
public class CharArrayType
put char[] into VARCHAR
| Constructor Summary | |
|---|---|
CharArrayType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the abbreviated name of the type. |
java.lang.Class |
getReturnedClass()
The class returned by nullSafeGet() methods. |
protected java.lang.Object |
toExternalFormat(char[] chars)
Convert the char[] into the expected object type |
protected char[] |
toInternalFormat(java.lang.Object chars)
Convert the object into the internal char[] representation |
| Methods inherited from class org.hibernate.type.AbstractCharArrayType |
|---|
deepCopyNotNull, fromStringValue, get, objectToSQLString, set, sqlType, stringToObject, toString |
| Methods inherited from class org.hibernate.type.MutableType |
|---|
deepCopy, isMutable, replace |
| Methods inherited from class org.hibernate.type.NullableType |
|---|
fromXMLNode, fromXMLString, getColumnSpan, isDirty, isEqual, isEqual, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, nullSafeSet, nullSafeToString, setToXMLNode, sqlTypes, toColumnNullness, toLoggableString, toXMLString |
| Methods inherited from class org.hibernate.type.AbstractType |
|---|
assemble, beforeAssemble, compare, disassemble, getHashCode, getHashCode, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isEntityType, isEqual, isModified, isSame, isXMLElement, replace, replaceNode, resolve, semiResolve |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CharArrayType()
| Method Detail |
|---|
protected java.lang.Object toExternalFormat(char[] chars)
AbstractCharArrayType
toExternalFormat in class AbstractCharArrayTypeprotected char[] toInternalFormat(java.lang.Object chars)
AbstractCharArrayType
toInternalFormat in class AbstractCharArrayTypepublic java.lang.Class getReturnedClass()
Type
getReturnedClass in interface TypegetReturnedClass in class AbstractCharArrayTypepublic java.lang.String getName()
Type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||