Interface DatabasePopulator

All Known Implementing Classes:
CompositeDatabasePopulator, ResourceDatabasePopulator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface DatabasePopulator
Strategy used to populate, initialize, or clean up a database.
Since:
5.3
Author:
Mark Paluch, Keith Donald, Sam Brannen
See Also: