Class PersistentEntities

java.lang.Object
org.springframework.data.mapping.context.PersistentEntities
All Implemented Interfaces:
Iterable<PersistentEntity<?, ? extends PersistentProperty<?>>>, Supplier<Stream<PersistentEntity<?, ? extends PersistentProperty<?>>>>, Streamable<PersistentEntity<?, ? extends PersistentProperty<?>>>

public class PersistentEntities extends Object implements Streamable<PersistentEntity<?, ? extends PersistentProperty<?>>>
Value object to access PersistentEntity instances managed by MappingContexts.
Since:
1.8
Author:
Oliver Gierke, Christoph Strobl, Mark Paluch, Johannes Englmeier