public final class DocumentFieldPath extends Object
| Constructor and Description |
|---|
DocumentFieldPath(String prefix,
String relativeName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAbsoluteName() |
String |
getPrefix() |
String |
getRelativeName() |
int |
hashCode() |
String |
toString() |
public String getPrefix()
public String getRelativeName()
public String getAbsoluteName()
public boolean equals(Object obj)
equals in class Objecttrue if obj is a DocumentFieldPath with the exact same
absolute name, false otherwise.Copyright © 2006–2017 Hibernate. All rights reserved.