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

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


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

Packages that use MutableType
net.sf.hibernate.type   
 

Uses of MutableType in net.sf.hibernate.type
 

Subclasses of MutableType in net.sf.hibernate.type
 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 DateType
          date: A type that maps an SQL DATE to a Java Date.
 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.