|
|||||||||||
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 |
AbstractBynaryType
Logic to bind stream of byte into a VARBINARY |
class |
AbstractCharArrayType
Logic to bind stream of char into a VARCHAR |
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 |
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 |
WrapperBinaryType
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |