Uses of Class
org.hibernate.type.MutableType

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

Uses of MutableType in org.hibernate.type
 

Subclasses of MutableType in org.hibernate.type
 class AbstractBynaryType
          Deprecated. see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5138
 class AbstractCharArrayType
          Deprecated. see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5138
 class AbstractLongBinaryType
          Deprecated. see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5138
 class BinaryType
          binary: A type that maps an SQL VARBINARY 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 CharacterArrayType
          Bridge Character[] and VARCHAR
 class CharArrayType
          put char[] into VARCHAR
 class DateType
          date: A type that maps an SQL DATE to a Java Date.
 class DbTimestampType
          dbtimestamp: An extension of TimestampType which maps to the database's current timestamp, rather than the jvm's current timestamp.
 class ImageType
          image: A type that maps an SQL LONGVARBINARY to Java byte[].
 class MaterializedBlobType
          materialized_blob: A type that maps an SQL BLOB to Java byte[].
 class SerializableType
          serializable: A type that maps an SQL VARBINARY to a serializable Java object.
 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 WrappedMaterializedBlobType
          materialized_blob: A type that maps an SQL BLOB to Java Byte[].
 class WrapperBinaryType
           
 



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