Package mocka.persistence
Class BulkPersistenceExecutor
java.lang.Object
mocka.persistence.BulkPersistenceExecutor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> voidexecute(EntityGenerator<T> generator, Long count, int batchSize, Class<T> entityType)
-
Constructor Details
-
BulkPersistenceExecutor
-
-
Method Details
-
execute
public <T> void execute(EntityGenerator<T> generator, Long count, int batchSize, Class<T> entityType) throws InterruptedException - Throws:
InterruptedException
-