Uses of Class
io.github.mmm.entity.id.LongInstantId
-
Packages that use LongInstantId Package Description io.github.mmm.entity.id Contains API and implementation for primary keys that uniquely identify an entity. -
-
Uses of LongInstantId in io.github.mmm.entity.id
Methods in io.github.mmm.entity.id that return LongInstantId Modifier and Type Method Description <E> LongInstantId<E>
LongInstantId.Factory. create(Class<E> type, Long id, Instant version)
static <E> LongInstantId<E>
LongInstantId. of(Class<E> type, Long id)
static <E> LongInstantId<E>
LongInstantId. of(Class<E> type, Long id, Instant version)
<E> LongInstantId<E>
LongInstantId.Factory. unmarshall(Class<E> type, String id, String version)
Methods in io.github.mmm.entity.id that return types with arguments of type LongInstantId Modifier and Type Method Description Class<LongInstantId<?>>
LongInstantId.Factory. getIdClass()
-