Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.type |
A Hibernate Type is a strategy for mapping a
Java property type to a JDBC type or types.
|
Modifier and Type | Field and Description |
---|---|
static TimestampType |
Hibernate.TIMESTAMP
Deprecated.
Use
StandardBasicTypes.TIMESTAMP instead. |
Modifier and Type | Class and Description |
---|---|
class |
DbTimestampType
dbtimestamp: An extension of
TimestampType which
maps to the database's current timestamp, rather than the jvm's
current timestamp. |
Modifier and Type | Field and Description |
---|---|
static TimestampType |
TimestampType.INSTANCE |
static TimestampType |
StandardBasicTypes.TIMESTAMP
The standard Hibernate type for mapping
Date (Timestamp ) to JDBC
TIMESTAMP . |
Copyright © 2014. All Rights Reserved.