Uses of Interface
it.tidalwave.util.IdFactory
-
Packages that use IdFactory Package Description it.tidalwave.util -
-
Uses of IdFactory in it.tidalwave.util
Fields in it.tidalwave.util declared as IdFactory Modifier and Type Field Description static IdFactory
IdFactory. DEFAULT
A default implementation that uses UUID.Fields in it.tidalwave.util with type parameters of type IdFactory Modifier and Type Field Description static java.lang.Class<IdFactory>
IdFactory. _IdFactory_
Methods in it.tidalwave.util that return IdFactory Modifier and Type Method Description static IdFactory
IdFactory. createMock()
Creates a new mock factory, useful for testing, that returns mock UUIDs based on a sequential counter.
-