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.static IdFactory
IdFactory. MOCK
A mock implementation, useful for testing, that returns mock UUIDs based on a sequential counter.Fields in it.tidalwave.util with type parameters of type IdFactory Modifier and Type Field Description static java.lang.Class<IdFactory>
IdFactory. _IdFactory_
-