Package net.sf.basedb.core
Class Metadata.BasicData2ItemPropertyPath<C extends BasicData,V extends BasicItem>
java.lang.Object
net.sf.basedb.core.Metadata.BasicData2ItemPropertyPath<C,V>
- All Implemented Interfaces:
Metadata.PropertyPath<C,
BasicItem>
static class Metadata.BasicData2ItemPropertyPath<C extends BasicData,V extends BasicItem>
extends Object
implements Metadata.PropertyPath<C,BasicItem>
Property path implementation that converts a BasicData object
to a BasicItem.
- Since:
- 2.15
-
Field Details
-
itemType
-
hibernateType
-
-
Constructor Details
-
BasicData2ItemPropertyPath
-
-
Method Details
-
getValue
Description copied from interface:Metadata.PropertyPath
Get the value as defined by the implementation for the given item. -
getHibernateType
Description copied from interface:Metadata.PropertyPath
Get type information about the value that is returned by this path.- Specified by:
getHibernateType
in interfaceMetadata.PropertyPath<C extends BasicData,
V extends BasicItem>
-
getPath
Description copied from interface:Metadata.PropertyPath
Get the path that this object represents. Implementors may return null if the path is an "invisible" transition, eg from BasicItem to BasicData or a cloned Date, etc. -
toString
-