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, waitisRoot, resolvepublic 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 DotIdentifierSequencepublic NavigablePath append(String property, String alias)
public NavigablePath getParent()
getParent in interface DotIdentifierSequencepublic String getLocalName()
getLocalName in interface DotIdentifierSequencepublic String getUnaliasedLocalName()
public String getFullPath()
getFullPath in interface DotIdentifierSequencepublic String getIdentifierForTableGroup()
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.