Interface PersistentPropertyPath<P extends PersistentProperty<P>>

All Superinterfaces:
Iterable<P>, Streamable<P>, Supplier<Stream<P>>

public interface PersistentPropertyPath<P extends PersistentProperty<P>> extends Streamable<P>
Abstraction of a path of PersistentPropertys.
Author:
Oliver Gierke, Johannes Englmeier