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