Annotation Type Tsid
The
@Tsid annotation can be added next to the entity identifier,
therefore indicating that the identifier will be assigned a time-sorted
identifier that's automatically generated.
You can use the @Tsid annotation to annotate Long, String,
or TSID entity identifiers.- Author:
- Vlad Mihalcea
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional Elements
-
Element Details
-
value
Specify the class that can provide the customTSID.Factory. By default, theTsid.FactorySupplieris used.- Returns:
- the
TSID.Factorysupplier.
- Default:
- io.hypersistence.utils.hibernate.id.Tsid.FactorySupplier.class
-