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 TypeClassDescriptionclassA primary key generator that generates a sequence of integers.classA primary key generator that generates a sequence of long integers.classA 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 newInMemoryCrudRepositorywith the provided primary key generator.InMemoryJpaRepository(PrimaryKeyGenerator<ID> primaryKeyGenerator) Creates a newInMemoryJpaRepositorywith the provided primary key generator.