Package org.hibernate.loader
Class PropertyPath
java.lang.Object
org.hibernate.loader.PropertyPath
- All Implemented Interfaces:
DotIdentifierSequence
@Deprecated(since="6",
forRemoval=true)
public class PropertyPath
extends Object
implements DotIdentifierSequence
Deprecated, for removal: This API element is subject to removal in a future version.
- Author:
- Steve Ebersole
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.PropertyPath(String property) Deprecated, for removal: This API element is subject to removal in a future version.PropertyPath(PropertyPath parent, String property) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Append a new part to the end of this sequence, returning the new representation.Deprecated, for removal: This API element is subject to removal in a future version.The full sequence text.Deprecated, for removal: This API element is subject to removal in a future version.The name of this leaf sequence part.Deprecated, for removal: This API element is subject to removal in a future version.The parent sequence part.Deprecated, for removal: This API element is subject to removal in a future version.booleanisRoot()Deprecated, for removal: This API element is subject to removal in a future version.Is this sequence node the root of the sequence?toString()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hibernate.spi.DotIdentifierSequence
getParts
-
Field Details
-
IDENTIFIER_MAPPER_PROPERTY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Constructor Details
-
PropertyPath
Deprecated, for removal: This API element is subject to removal in a future version. -
PropertyPath
Deprecated, for removal: This API element is subject to removal in a future version. -
PropertyPath
public PropertyPath()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
append
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:DotIdentifierSequenceAppend a new part to the end of this sequence, returning the new representation.Given the sequence
a.b.c, appendingdresults in the new sequencea.b.c.d.- Specified by:
appendin interfaceDotIdentifierSequence
-
getParent
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:DotIdentifierSequenceThe parent sequence part.Given the sequence
a.b.c, returns the sequencea.b.- Specified by:
getParentin interfaceDotIdentifierSequence
-
getLocalName
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:DotIdentifierSequenceThe name of this leaf sequence part.Given the sequence
a.b.c, returns the string"c".- Specified by:
getLocalNamein interfaceDotIdentifierSequence
-
getProperty
Deprecated, for removal: This API element is subject to removal in a future version. -
getFullPath
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:DotIdentifierSequenceThe full sequence text.Given the sequence
a.b.c, returns the string"a.b.c".- Specified by:
getFullPathin interfaceDotIdentifierSequence
-
isRoot
public boolean isRoot()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:DotIdentifierSequenceIs this sequence node the root of the sequence?Same as checking the nullness of
DotIdentifierSequence.getParent().- Specified by:
isRootin interfaceDotIdentifierSequence
-
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-
NavigablePathorNavigableRoleinstead, depending on need.