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.String
IDENTIFIER_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 PropertyPath
append(java.lang.String property)
java.lang.String
getFullPath()
PropertyPath
getParent()
java.lang.String
getProperty()
boolean
isRoot()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-