public class NavigablePath extends Object implements DotIdentifierSequence
Modifier and Type | Field and Description |
---|---|
static String |
IDENTIFIER_MAPPER_PROPERTY |
Constructor and Description |
---|
NavigablePath() |
NavigablePath(NavigablePath parent,
String navigableName) |
NavigablePath(NavigablePath parent,
String property,
String alias) |
NavigablePath(String localName) |
NavigablePath(String rootName,
String alias) |
Modifier and Type | Method and Description |
---|---|
NavigablePath |
append(String property) |
NavigablePath |
append(String property,
String alias) |
boolean |
equals(Object other) |
String |
getFullPath() |
String |
getIdentifierForTableGroup() |
String |
getLocalName() |
NavigablePath |
getParent() |
String |
getUnaliasedLocalName() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isRoot, resolve
public static final String IDENTIFIER_MAPPER_PROPERTY
public NavigablePath(NavigablePath parent, String navigableName)
public NavigablePath(String localName)
public NavigablePath(NavigablePath parent, String property, String alias)
public NavigablePath()
public NavigablePath append(String property)
append
in interface DotIdentifierSequence
public NavigablePath append(String property, String alias)
public NavigablePath getParent()
getParent
in interface DotIdentifierSequence
public String getLocalName()
getLocalName
in interface DotIdentifierSequence
public String getUnaliasedLocalName()
public String getFullPath()
getFullPath
in interface DotIdentifierSequence
public String getIdentifierForTableGroup()
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.