|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimestampType | |
|---|---|
| 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. |
| Uses of TimestampType in org.hibernate |
|---|
| Fields in org.hibernate declared as TimestampType | |
|---|---|
static TimestampType |
Hibernate.TIMESTAMP
Deprecated. Use StandardBasicTypes.TIMESTAMP instead. |
| Uses of TimestampType in org.hibernate.type |
|---|
| Subclasses of TimestampType in org.hibernate.type | |
|---|---|
class |
DbTimestampType
dbtimestamp: An extension of TimestampType which
maps to the database's current timestamp, rather than the jvm's
current timestamp. |
| Fields in org.hibernate.type declared as TimestampType | |
|---|---|
static TimestampType |
TimestampType.INSTANCE
|
static TimestampType |
StandardBasicTypes.TIMESTAMP
The standard Hibernate type for mapping Date (Timestamp) to JDBC
TIMESTAMP. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||