Package org.hibernate.metamodel.mapping
Class SelectablePath
- java.lang.Object
-
- org.hibernate.metamodel.mapping.SelectablePath
-
- All Implemented Interfaces:
Serializable
public class SelectablePath extends Object implements Serializable
The path for a selectable.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SelectablePath(String root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelectablePath
append(String selectableName)
boolean
equals(Object o)
SelectablePath
getParent()
SelectablePath[]
getParts()
String
getSelectableName()
int
hashCode()
SelectablePath[]
relativize(SelectablePath basePath)
String
toString()
-
-
-
Constructor Detail
-
SelectablePath
public SelectablePath(String root)
-
-
Method Detail
-
getParts
public SelectablePath[] getParts()
-
relativize
public SelectablePath[] relativize(SelectablePath basePath)
-
getSelectableName
public String getSelectableName()
-
getParent
public SelectablePath getParent()
-
append
public SelectablePath append(String selectableName)
-
-