Uses of Class
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
 

Subclasses of PrimitiveType in org.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
          Deprecated. see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5138
 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 NumericBooleanType
          Maps interger database values to boolean java values.
 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.
 



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