Uses of Class
org.teamapps.universaldb.index.numeric.LongIndex
| Package | Description |
|---|---|
| org.teamapps.universaldb.pojo |
-
Uses of LongIndex in org.teamapps.universaldb.pojo
Methods in org.teamapps.universaldb.pojo with parameters of type LongIndex Modifier and Type Method Description longAbstractUdbEntity. getDateAsEpochMilli(LongIndex index)longAbstractUdbEntity. getDateTimeAsEpochMilli(LongIndex index)java.time.InstantAbstractUdbEntity. getDateTimeValue(LongIndex index)java.time.InstantAbstractUdbEntity. getDateValue(LongIndex index)java.time.LocalDateAbstractUdbEntity. getLocalDateValue(LongIndex index)longAbstractUdbEntity. getLongValue(LongIndex index)voidAbstractUdbEntity. setDateAsEpochMilli(long value, LongIndex index)voidAbstractUdbEntity. setDateTimeAsEpochMilli(long value, LongIndex index)voidAbstractUdbEntity. setDateTimeValue(java.time.Instant value, LongIndex index)voidAbstractUdbEntity. setDateValue(java.time.Instant value, LongIndex index)voidAbstractUdbEntity. setLocalDateAsEpochMilli(long value, LongIndex index)voidAbstractUdbEntity. setLocalDateValue(java.time.LocalDate value, LongIndex index)voidAbstractUdbEntity. setLongValue(long value, LongIndex index)