org.hibernate.type
Class CharacterArrayType
- Serializable, Type
public class CharacterArrayType
Bridge Character[] and VARCHAR
String | getName() - Returns the abbreviated name of the type.
|
Class | getReturnedClass() - The class returned by nullSafeGet() methods.
|
protected Object | toExternalFormat(char[] chars) - Convert the char[] into the expected object type
|
protected char[] | toInternalFormat(Object value) - Convert the object into the internal char[] representation
|
deepCopyNotNull , fromStringValue , get , getReturnedClass , objectToSQLString , set , sqlType , stringToObject , toExternalFormat , toInternalFormat , toString |
fromStringValue , fromXMLNode , fromXMLString , get , getColumnSpan , isDirty , isEqual , isEqual , nullSafeGet , nullSafeGet , nullSafeGet , nullSafeGet , nullSafeSet , nullSafeSet , nullSafeSet , nullSafeToString , set , setToXMLNode , sqlType , sqlTypes , toColumnNullness , toLoggableString , toString , toXMLString |
assemble , beforeAssemble , compare , disassemble , getHashCode , getHashCode , getSemiResolvedType , hydrate , isAnyType , isAssociationType , isCollectionType , isComponentType , isDirty , isEntityType , isEqual , isEqual , isModified , isSame , isXMLElement , replace , replaceNode , resolve , semiResolve |
getName
public String getName()
Returns the abbreviated name of the type.
- getName in interface Type
- String the Hibernate type name