Class CompositeKeyspacePopulator

java.lang.Object
org.springframework.data.cassandra.core.cql.session.init.CompositeKeyspacePopulator
All Implemented Interfaces:
KeyspacePopulator

public class CompositeKeyspacePopulator extends Object implements KeyspacePopulator
Composite KeyspacePopulator that delegates to a list of given KeyspacePopulator implementations, executing all scripts.
Since:
3.0
Author:
Mark Paluch