org.hibernate.type
Interface BasicType

All Superinterfaces:
java.io.Serializable, Type
All Known Implementing Classes:
AbstractSingleColumnStandardBasicType, AbstractStandardBasicType, AdaptedImmutableType, BigDecimalType, BigIntegerType, BinaryType, BlobType, BooleanType, ByteType, CalendarDateType, CalendarType, CharacterArrayClobType, CharacterArrayType, CharacterType, CharArrayType, CharBooleanType, ClassType, ClobType, CompositeCustomType, CurrencyType, CustomType, DateType, DbTimestampType, DoubleType, FloatType, ImageType, IntegerType, LobType, LocaleType, LongType, MaterializedBlobType, MaterializedClobType, NumericBooleanType, ObjectType, PostgresUUIDType, PrimitiveCharacterArrayClobType, SerializableType, ShortType, StringType, TextType, TimestampType, TimeType, TimeZoneType, TrueFalseType, UrlType, UUIDBinaryType, UUIDCharType, WrappedMaterializedBlobType, WrapperBinaryType, YesNoType

public interface BasicType
extends Type

Marker interface for basic types.

Author:
Steve Ebersole

Method Summary
 java.lang.String[] getRegistrationKeys()
          Get the names under which this type should be registered in the type registry.
 
Methods inherited from interface org.hibernate.type.Type
assemble, beforeAssemble, compare, deepCopy, disassemble, fromXMLNode, getColumnSpan, getHashCode, getHashCode, getName, getReturnedClass, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isDirty, isEntityType, isEqual, isEqual, isModified, isMutable, isSame, isXMLElement, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, replace, replace, resolve, semiResolve, setToXMLNode, sqlTypes, toColumnNullness, toLoggableString
 

Method Detail

getRegistrationKeys

java.lang.String[] getRegistrationKeys()
Get the names under which this type should be registered in the type registry.

Returns:
The keys under which to register this type.


Copyright © 2012. All Rights Reserved.