Uses of Class
io.github.mmm.entity.id.AbstractId
-
Packages that use AbstractId Package Description io.github.mmm.entity.id Contains API and implementation for primary keys that uniquely identify an entity. -
-
Uses of AbstractId in io.github.mmm.entity.id
Classes in io.github.mmm.entity.id with type parameters of type AbstractId Modifier and Type Interface Description interfaceIdFactory<I,V extends Comparable<?>,ID extends AbstractId<?,I,V>>Factory to #createSubclasses of AbstractId in io.github.mmm.entity.id Modifier and Type Class Description classAbstractInstantId<E,I>classAbstractVersionId<E,I>classLongInstantId<E>classLongVersionId<E>classStringInstantId<E>classStringVersionId<E>classUuidInstantId<E>classUuidVersionId<E>Methods in io.github.mmm.entity.id with type parameters of type AbstractId Modifier and Type Method Description <I,V extends Comparable<?>,ID extends AbstractId<?,I,V>>
IdFactory<I,V,ID>IdFactories. getGeeneric(Class<ID> idClass)Methods in io.github.mmm.entity.id that return AbstractId Modifier and Type Method Description <E> AbstractId<E,I,V>IdFactory. create(Class<E> type, I id, V version)
-