public class

PropertyPath

extends Object
java.lang.Object
   ↳ org.hibernate.loader.PropertyPath

Class Overview

TODO : javadoc

Summary

Public Constructors
PropertyPath(PropertyPath parent, String property)
PropertyPath(String property)
PropertyPath()
Public Methods
PropertyPath append(String property)
String getFullPath()
PropertyPath getParent()
String getProperty()
boolean isRoot()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PropertyPath (PropertyPath parent, String property)

public PropertyPath (String property)

public PropertyPath ()

Public Methods

public PropertyPath append (String property)

public String getFullPath ()

public PropertyPath getParent ()

public String getProperty ()

public boolean isRoot ()

public String toString ()