org.hibernate.loader
Class PropertyPath
java.lang.Object
org.hibernate.loader.PropertyPath
public class PropertyPath
- extends java.lang.Object
- Author:
- Steve Ebersole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PropertyPath
public PropertyPath(PropertyPath parent,
java.lang.String property)
PropertyPath
public PropertyPath(java.lang.String property)
PropertyPath
public PropertyPath()
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 class java.lang.Object
Copyright © 2012. All Rights Reserved.