org.hibernate.loader
Class PropertyPath
java.lang.Object
org.hibernate.loader.PropertyPath
public class PropertyPath
- extends Object
PropertyPath
public PropertyPath(PropertyPath parent,
String property)
PropertyPath
public PropertyPath(String property)
PropertyPath
public PropertyPath()
append
public PropertyPath append(String property)
getParent
public PropertyPath getParent()
getProperty
public String getProperty()
getFullPath
public String getFullPath()
isRoot
public boolean isRoot()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.