org.hibernate.loader
Class PropertyPath
java.lang.Object
   org.hibernate.loader.PropertyPath
org.hibernate.loader.PropertyPath
- public class PropertyPath 
- extends Object
- Author:
- Steve Ebersole
 
 
 
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:
- toStringin class- Object
 
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.