站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Uses of Class net.sf.hibernate.type.AbstractType (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Class
net.sf.hibernate.type.AbstractType

Packages that use AbstractType
net.sf.hibernate.type   
 

Uses of AbstractType in net.sf.hibernate.type
 

Subclasses of AbstractType in net.sf.hibernate.type
 class ArrayType
          A type for persistent arrays.
 class BagType
           
 class BigDecimalType
          big_decimal: A type that maps an SQL NUMERIC to a java.math.BigDecimal
 class BinaryType
          binary: A type that maps an SQL VARBINARY to a Java byte[].
 class BlobType
          blob: A type that maps an SQL BLOB to a java.sql.Blob.
 class BooleanType
          boolean: A type that maps an SQL BIT to a Java Boolean.
 class ByteType
          byte: A type that maps an SQL TINYINT to a Java Byte.
 class CalendarDateType
          calendar_date: A type mapping for a Calendar object that represents a date.
 class CalendarType
          calendar: A type mapping for a Calendar object that represents a datetime.
 class CharacterType
          character: A type that maps an SQL CHAR(1) to a Java Character.
 class CharBooleanType
          Superclass for types that map Java boolean to SQL CHAR(1).
 class ClassType
          class: A type that maps an SQL VARCHAR to a Java Class.
 class ClobType
          clob: A type that maps an SQL CLOB to a java.sql.Clob.
 class ComponentType
          Handles "component" mappings
 class CompositeCustomType
          Adapts CompositeUserType to Type interface
 class CurrencyType
          currency: A type that maps an SQL VARCHAR to a java.util.Currency
 class CustomType
          Adapts UserType to the generic Type interface.
 class DateType
          date: A type that maps an SQL DATE to a Java Date.
 class DoubleType
          double: A type that maps an SQL DOUBLE to a Java Double.
 class DynamicComponentType
          Handles "dynamic" components, represented as Maps
 class EntityType
          A reference to an entity class
 class FloatType
          float: A type that maps an SQL FLOAT to a Java Float.
 class IdentifierBagType
           
 class ImmutableType
          Superclass of nullable immutable types.
 class IntegerType
          integer: A type that maps an SQL INT to a Java Integer.
 class ListType
           
 class LocaleType
          locale: A type that maps an SQL VARCHAR to a Java Locale.
 class LongType
          long: A type that maps an SQL BIGINT to a Java Long.
 class ManyToOneType
          A many-to-one association to an entity
 class MapType
           
 class MetaType
           
 class MutableType
          Superclass for mutable nullable types
 class NullableType
          Superclass of single-column nullable types.
 class ObjectType
          Handles "any" mappings and the old deprecated "object" type
 class OneToOneType
          A one-to-one association to an entity
 class PersistentCollectionType
          A type that handles Hibernate PersistentCollections (including arrays).
 class PersistentEnumType
          Deprecated. Support for PersistentEnums will be removed in 2.2
 class PrimitiveType
          Superclass of primitive / primitive wrapper types.
 class SerializableType
          serializable: A type that maps an SQL VARBINARY to a serializable Java object.
 class SetType
           
 class ShortType
          short: A type that maps an SQL SMALLINT to a Java Short.
 class SortedMapType
           
 class SortedSetType
           
 class StringType
          string: A type that maps an SQL VARCHAR to a Java String.
 class TextType
          text: A type that maps an SQL CLOB to a Java String.
 class TimestampType
          timestamp: A type that maps an SQL TIMESTAMP to a Java java.util.Date or java.sql.Timestamp.
 class TimeType
          time: A type that maps an SQL TIME to a Java java.util.Date or java.sql.Time.
 class TimeZoneType
          timezone: A type that maps an SQL VARCHAR to a java.util.TimeZone
 class TrueFalseType
          true_false: A type that maps an SQL CHAR(1) to a Java Boolean.
 class YesNoType
          yes_no: A type that maps an SQL CHAR(1) to a Java Boolean.