Package org.hibernate.annotations
Annotation Interface FractionalSeconds
Indicates that the associated temporal value should be stored with fractional seconds.
Only valid for values which contain seconds.
- Author:
- Steve Ebersole
- See Also:
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionintThe fractional precision for the associated seconds.
-
Element Details
-
value
int valueThe fractional precision for the associated seconds. Generally this will be one of- 3 (milliseconds)
- 6 (microseconds)
- 9 (nanoseconds)
-