java.lang.Object | ||
↳ | org.hibernate.type.descriptor.java.AbstractTypeDescriptor<T> | |
↳ | org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor |
TODO : javadoc
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
JdbcDateTypeDescriptor.DateMutabilityPlan |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DATE_FORMAT |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
INSTANCE |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Determine if two instances are equal
| |||||||||||
Extract a proper hash code for this value.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Determine if two instances are equal
one | One instance |
---|---|
another | The other instance |
Extract a proper hash code for this value.
value | The value for which to extract a hash code. |
---|