static class Metadata.CombinedPropertyPath<C,V> extends Object implements Metadata.PropertyPath<C,V>
Modifier and Type | Field and Description |
---|---|
private List<Metadata.PropertyPath> |
path |
Constructor and Description |
---|
Metadata.CombinedPropertyPath(List<Metadata.PropertyPath> path) |
Modifier and Type | Method and Description |
---|---|
Type |
getHibernateType()
Get type information about the value that is returned by this path.
|
String |
getPath()
Get the path that this object represents.
|
V |
getValue(DbControl dc,
C item)
Get the value as defined by the implementation for the given item.
|
String |
toString() |
private final List<Metadata.PropertyPath> path
public Metadata.CombinedPropertyPath(List<Metadata.PropertyPath> path)
public V getValue(DbControl dc, C item)
Metadata.PropertyPath
getValue
in interface Metadata.PropertyPath<C,V>
dc
- A DbControl to use for database access if neededitem
- The item that owns the valuepublic Type getHibernateType()
Metadata.PropertyPath
getHibernateType
in interface Metadata.PropertyPath<C,V>
public String getPath()
Metadata.PropertyPath
getPath
in interface Metadata.PropertyPath<C,V>