Package org.hibernate.loader
Class PropertyPath
- java.lang.Object
-
- org.hibernate.loader.PropertyPath
-
public class PropertyPath extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringIDENTIFIER_MAPPER_PROPERTY
-
Constructor Summary
Constructors Constructor Description PropertyPath()PropertyPath(java.lang.String property)PropertyPath(PropertyPath parent, java.lang.String property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyPathappend(java.lang.String property)java.lang.StringgetFullPath()PropertyPathgetParent()java.lang.StringgetProperty()booleanisRoot()java.lang.StringtoString()
-
-
-
Field Detail
-
IDENTIFIER_MAPPER_PROPERTY
public static final java.lang.String IDENTIFIER_MAPPER_PROPERTY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PropertyPath
public PropertyPath(PropertyPath parent, java.lang.String property)
-
PropertyPath
public PropertyPath(java.lang.String property)
-
PropertyPath
public PropertyPath()
-
-
Method Detail
-
append
public PropertyPath append(java.lang.String property)
-
getParent
public PropertyPath getParent()
-
getProperty
public java.lang.String getProperty()
-
getFullPath
public java.lang.String getFullPath()
-
isRoot
public boolean isRoot()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-