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

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


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

Packages that use PrimitiveType
net.sf.hibernate.type   
 

Uses of PrimitiveType in net.sf.hibernate.type
 

Subclasses of PrimitiveType in net.sf.hibernate.type
 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 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 DoubleType
          double: A type that maps an SQL DOUBLE to a Java Double.
 class FloatType
          float: A type that maps an SQL FLOAT to a Java Float.
 class IntegerType
          integer: A type that maps an SQL INT to a Java Integer.
 class LongType
          long: A type that maps an SQL BIGINT to a Java Long.
 class ShortType
          short: A type that maps an SQL SMALLINT to a Java Short.
 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.