Uses of Interface
com.reallifedeveloper.tools.test.database.inmemory.PrimaryKeyGenerator
Packages that use PrimaryKeyGenerator
Package
Description
Support classes for creating in-memory repositories.
-
Uses of PrimaryKeyGenerator in com.reallifedeveloper.tools.test.database.inmemory
Classes in com.reallifedeveloper.tools.test.database.inmemory that implement PrimaryKeyGeneratorModifier and TypeClassDescriptionclass
A primary key generator that generates a sequence of integers.class
A primary key generator that generates a sequence of long integers.class
A primary key generator that generates random UUIDs.Constructors in com.reallifedeveloper.tools.test.database.inmemory with parameters of type PrimaryKeyGeneratorModifierConstructorDescriptionAbstractInMemoryCrudRepository
(PrimaryKeyGenerator<ID> primaryKeyGenerator) Creates a newInMemoryCrudRepository
with the provided primary key generator.InMemoryJpaRepository
(PrimaryKeyGenerator<ID> primaryKeyGenerator) Creates a newInMemoryJpaRepository
with the provided primary key generator.