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