| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | AbstractBynaryTypeLogic to bind stream of byte into a VARBINARY | 
|  class | AbstractCharArrayTypeLogic to bind stream of char into a VARCHAR | 
|  class | BinaryTypebinary: A type that maps an SQL VARBINARY to a Java byte[]. | 
|  class | CalendarDateTypecalendar_date: A type mapping for a Calendar object that represents a date. | 
|  class | CalendarTypecalendar: A type mapping for a Calendar object that represents a datetime. | 
|  class | CharacterArrayTypeBridge Character[] and VARCHAR | 
|  class | CharArrayTypeput char[] into VARCHAR | 
|  class | DateTypedate: A type that maps an SQL DATE to a Java Date. | 
|  class | DbTimestampTypedbtimestamp: An extension of TimestampTypewhich
 maps to the database's current timestamp, rather than the jvm's
 current timestamp. | 
|  class | SerializableTypeserializable: A type that maps an SQL VARBINARY to a serializable Java object. | 
|  class | TimestampTypetimestamp: A type that maps an SQL TIMESTAMP to a Java java.util.Date or java.sql.Timestamp. | 
|  class | TimeTypetime: A type that maps an SQL TIME to a Java java.util.Date or java.sql.Time. | 
|  class | WrapperBinaryType | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||