Class NavigablePath

java.lang.Object
org.hibernate.spi.NavigablePath
All Implemented Interfaces:
Serializable, DotIdentifierSequence
Direct Known Subclasses:
EntityIdentifierNavigablePath, TreatedNavigablePath

@Incubating public class NavigablePath extends Object implements DotIdentifierSequence, Serializable
A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path.
See Also: