Uses of Class
org.hibernate.loader.PropertyPath
-
Packages that use PropertyPath Package Description org.hibernate.loader -
-
Uses of PropertyPath in org.hibernate.loader
Methods in org.hibernate.loader that return PropertyPath Modifier and Type Method Description PropertyPath
PropertyPath. append(String property)
PropertyPath
PropertyPath. getParent()
Constructors in org.hibernate.loader with parameters of type PropertyPath Constructor Description PropertyPath(PropertyPath parent, String property)
-