Uses of Interface
org.hibernate.type.PrimitiveType

Packages that use PrimitiveType
org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. 
 

Uses of PrimitiveType in org.hibernate.type
 

Classes in org.hibernate.type that implement PrimitiveType
 class BooleanType
          A type that maps between BIT and Boolean
 class ByteType
          A type that maps between TINYINT and Byte
 class CharacterType
          A type that maps between CHAR(1) and Character
 class CharBooleanType
          Deprecated. Use the AbstractStandardBasicType approach instead
 class DoubleType
          A type that maps between DOUBLE and Double
 class FloatType
          A type that maps between FLOAT and Float
 class IntegerType
          A type that maps between INTEGER and @link Integer}
 class LongType
          A type that maps between BIGINT and Long
 class NumericBooleanType
          A type that maps between INTEGER and Boolean (using 1 and 0)
 class ShortType
          A type that maps between SMALLINT and Short
 class TrueFalseType
          A type that maps between CHAR(1) and Boolean (using 'T' and 'F')
 class YesNoType
          A type that maps between CHAR(1) and Boolean (using 'Y' and 'N')
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.