Package org.hibernate.spi
Class TreatedNavigablePath
java.lang.Object
org.hibernate.spi.NavigablePath
org.hibernate.spi.TreatedNavigablePath
- All Implemented Interfaces:
Serializable
,DotIdentifierSequence
An implementation of
NavigablePath
with special handling for treated paths.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hibernate.spi.NavigablePath
NavigablePath.RelativePathCollector
-
Field Summary
Fields inherited from class org.hibernate.spi.NavigablePath
IDENTIFIER_MAPPER_PROPERTY
-
Constructor Summary
ConstructorsConstructorDescriptionTreatedNavigablePath
(NavigablePath parent, String entityTypeName) TreatedNavigablePath
(NavigablePath parent, String entityTypeName, @Nullable String alias) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.hibernate.spi.NavigablePath
append, append, equals, getAlias, getFullPath, getIdentifierForTableGroup, getLocalName, getParent, getRealParent, hashCode, isAliased, isParent, isParentOrEqual, isSuffix, localNamesMatch, localNamesMatch, pathsMatch, relativize, relativize, toString, trimSuffix
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.hibernate.spi.DotIdentifierSequence
getParts, isRoot
-
Constructor Details
-
Method Details
-
treatAs
- Overrides:
treatAs
in classNavigablePath
-
treatAs
- Overrides:
treatAs
in classNavigablePath
-