Class Metadata.CombinedPropertyPath<C,V>

java.lang.Object
net.sf.basedb.core.Metadata.CombinedPropertyPath<C,V>
All Implemented Interfaces:
Metadata.PropertyPath<C,V>
Enclosing class:
Metadata<C>

static class Metadata.CombinedPropertyPath<C,V> extends Object implements Metadata.PropertyPath<C,V>
Property path implementation that combines a list of property paths to create a long chain. The return value of the first entry is used as the argument to the next and so on.
Since:
2.15