hasEntitiesOfType

public boolean hasEntitiesOfType(Class<? extends Entity<? extends Object, ? extends Object>> entityClass)

Verifies if this Bounded Context contains entities of the passed class.

This method does not take into account visibility of entity states.