类 PropertyPath
- java.lang.Object
-
- org.hibernate.loader.PropertyPath
-
public class PropertyPath extends Object
- 作者:
- Steve Ebersole
-
-
字段概要
字段 修饰符和类型 字段 说明 static StringIDENTIFIER_MAPPER_PROPERTY
-
构造器概要
构造器 构造器 说明 PropertyPath()PropertyPath(String property)PropertyPath(PropertyPath parent, String property)
-
-
-
构造器详细资料
-
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()
-
-