Interface PersistentPropertyPaths<T,P extends PersistentProperty<P>>

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

public interface PersistentPropertyPaths<T,P extends PersistentProperty<P>> extends Streamable<PersistentPropertyPath<P>>
A wrapper for a collection of PersistentPropertyPaths.
Since:
2.1
Author:
Oliver Gierke