Uses of Class
it.tidalwave.util.Id
-
Packages that use Id Package Description it.tidalwave.util it.tidalwave.util.spi -
-
Uses of Id in it.tidalwave.util
Methods in it.tidalwave.util that return Id Modifier and Type Method Description IdIdFactory. createId()Creates a new id.default IdIdFactory. createId(java.lang.Class<?> objectClass)Creates a new id for an object of the given class.default IdIdFactory. createId(java.lang.Class<?> objectClass, java.lang.Object object)Creates a new id for the given object of the given class.static IdId. of(java.lang.Object value)static IdId. ofUuid()Methods in it.tidalwave.util with parameters of type Id Modifier and Type Method Description intId. compareTo(Id other) -
Uses of Id in it.tidalwave.util.spi
Methods in it.tidalwave.util.spi with parameters of type Id Modifier and Type Method Description protected java.util.Optional<T>FinderWithIdMapSupport. findById(Id id)protected java.util.Optional<T>FinderWithIdSupport. findById(Id id)FFinderWithId. withId(Id id)FFinderWithIdSupport. withId(Id id)
-